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:
parent
f0d815e69e
commit
9c9c692df5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue