Skip to content

Commit

Permalink
[338] Workaround memory leak in GMF Runtime
Browse files Browse the repository at this point in the history
Bug: #338
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Mar 29, 2024
1 parent ceb41b8 commit 3178f9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ public void activate() {
@Override
public void deactivate() {
if (isActive()) {
removeNotationalListeners();
DiagramEdgeEditPartOperation.deactivate(this);
DiagramElementEditPartOperation.deactivate(this);
super.deactivate();
Expand Down

0 comments on commit 3178f9b

Please sign in to comment.