mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +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 {
|
public void shutdown() throws CoreException {
|
||||||
super.shutdown();
|
|
||||||
if ( fTargetManager != null) {
|
if ( fTargetManager != null) {
|
||||||
fTargetManager.shutdown();
|
fTargetManager.shutdown();
|
||||||
fTargetManager = null;
|
fTargetManager = null;
|
||||||
}
|
}
|
||||||
|
super.shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue