mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
parent
c48f2afafa
commit
e888d97cff
1 changed files with 1 additions and 1 deletions
|
@ -204,11 +204,11 @@ public class MakeCorePlugin extends Plugin {
|
|||
}
|
||||
|
||||
public void shutdown() throws CoreException {
|
||||
super.shutdown();
|
||||
if ( fTargetManager != null) {
|
||||
fTargetManager.shutdown();
|
||||
fTargetManager = null;
|
||||
}
|
||||
super.shutdown();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue