Added missing call to super.dispose()
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Mon, 23 Sep 2019 12:06:07 +0000 (14:06 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Mon, 23 Sep 2019 12:06:11 +0000 (14:06 +0200)
plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/views/LogicUIPart.java

index a36ae8c..8825ba9 100644 (file)
@@ -41,6 +41,7 @@ public class LogicUIPart extends ViewPart
        {
                if (exec != null)
                        exec.stopLiveExecution();
+               super.dispose();
        }
 
        @Override