1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
David Inglis 2004-03-29 17:02:02 +00:00
parent c48f2afafa
commit e888d97cff

View file

@ -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();
}
/*