mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Fix for ASTProvider race condition during shutdown
This commit is contained in:
parent
05b6d1ea4c
commit
61632f9d18
1 changed files with 1 additions and 2 deletions
|
@ -314,8 +314,7 @@ public final class ASTProvider {
|
||||||
PlatformUI.getWorkbench().removeWindowListener(fActivationListener);
|
PlatformUI.getWorkbench().removeWindowListener(fActivationListener);
|
||||||
fActivationListener= null;
|
fActivationListener= null;
|
||||||
}
|
}
|
||||||
|
fCache.setActiveElement(null);
|
||||||
fCache.disposeAST();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue