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

bug 333001: Description Scanner Info doesn't release

ICProjectDescription
This commit is contained in:
Andrew Gvozdev 2011-07-16 13:56:56 -04:00
parent 761ccb9301
commit f0d815e69e

View file

@ -1311,6 +1311,8 @@ public class CModelManager implements IResourceChangeListener, IContentTypeChang
} }
private void preDeleteProject(IProject project) { private void preDeleteProject(IProject project) {
// remove binary parsers
binaryParsersMap.remove(project);
// stop the binary runner for this project // stop the binary runner for this project
removeBinaryRunner(project); removeBinaryRunner(project);
// stop indexing jobs for this project // stop indexing jobs for this project