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:
parent
bb020742a9
commit
708ecdac29
1 changed files with 2 additions and 0 deletions
|
@ -1717,6 +1717,8 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IC
|
||||||
fProjectionSupport = null;
|
fProjectionSupport = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uninstallSemanticHighlighting();
|
||||||
|
|
||||||
if (fCEditorErrorTickUpdater != null) {
|
if (fCEditorErrorTickUpdater != null) {
|
||||||
fCEditorErrorTickUpdater.dispose();
|
fCEditorErrorTickUpdater.dispose();
|
||||||
fCEditorErrorTickUpdater = null;
|
fCEditorErrorTickUpdater = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue