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 15:16:21 -04:00
parent f0d815e69e
commit 9c9c692df5

View file

@ -1320,6 +1320,8 @@ public class CModelManager implements IResourceChangeListener, IContentTypeChang
} }
private void preCloseProject(IProject project) { private void preCloseProject(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