1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

Fix for ASTProvider race condition during shutdown

This commit is contained in:
Anton Leherbauer 2007-03-27 09:05:13 +00:00
parent 05b6d1ea4c
commit 61632f9d18

View file

@ -314,8 +314,7 @@ public final class ASTProvider {
PlatformUI.getWorkbench().removeWindowListener(fActivationListener);
fActivationListener= null;
}
fCache.disposeAST();
fCache.setActiveElement(null);
}
/*