1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

[354874] persistence manager hits a NPE during shutdown

This commit is contained in:
David McKnight 2011-08-17 14:07:44 +00:00
parent b231e3de2b
commit 4ab335dda9

View file

@ -24,6 +24,7 @@
* Martin Oberhuber (Wind River) - [cleanup] Add API "since" Javadoc tags
* Martin Oberhuber (Wind River) - [190231] Prepare API for UI/Non-UI Splitting
* David Dykstal (IBM) = [226958] add status values to waitForInitCompletion(phase)
* David McKnight (IBM) - [354874] persistence manager hits a NPE during shutdown
********************************************************************************/
package org.eclipse.rse.core;
@ -317,7 +318,6 @@ public class RSECorePlugin extends Plugin {
public void stop(BundleContext context) throws Exception {
LoggerFactory.freeLogger(this);
logger = null;
plugin = null;
super.stop(context);
}