1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix memory leak

This commit is contained in:
Anton Leherbauer 2007-12-04 14:28:22 +00:00
parent bb020742a9
commit 708ecdac29

View file

@ -1717,6 +1717,8 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IC
fProjectionSupport = null;
}
uninstallSemanticHighlighting();
if (fCEditorErrorTickUpdater != null) {
fCEditorErrorTickUpdater.dispose();
fCEditorErrorTickUpdater = null;