Fix for Bug 352379
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / trace / LTTngTrace.java
index d4644755de15d9707e9dfd98fd02506aef7b2f59..7fe2216b5993801387a51827414ddb7b2a8fb711 100644 (file)
@@ -1155,7 +1155,7 @@ public class LTTngTrace extends TmfTrace<LttngEvent> {
        }
 
        @Override
-       public void dispose() {
+       public synchronized void dispose() {
                currentJniTrace.closeTrace();
                super.dispose();
        }
This page took 0.023984 seconds and 5 git commands to generate.