eclipse-gmf-runtime / gmf-runtime

Eclipse GMF Runtime
https://projects.eclipse.org/projects/modeling.gmf-runtime
Eclipse Public License 2.0
5 stars 19 forks source link

[56] ConnectionEditPart never release notational listeners #54

Closed pdeville2 closed 7 months ago

pdeville2 commented 7 months ago

It seems that org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart never call the removeNotationalListeners() method. It is a part of a memory leak.

Bug #56 Signed-off-by: Pauline DEVILLE pauline.deville@cea.fr

pcdavid commented 7 months ago

Good catch, thanks!