2010-06-21 fchouinard@gmail.com Fix for Bug316276
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / TmfCorePlugin.java
index 16378a895b34a43c26859bae95829c3d67f8d28c..7fd06bf75a19fb247382162cc28341c5b15a451e 100644 (file)
@@ -75,6 +75,7 @@ public class TmfCorePlugin extends Plugin {
 
        @Override
        public void stop(BundleContext context) throws Exception {
+               Tracer.stop();
                setDefault(null);
                super.stop(context);
        }
This page took 0.029079 seconds and 5 git commands to generate.