tmf: Fix concurrent data access violations
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / relayd / LttngRelaydConnectionManager.java
index eebab83aea959fb571f19d0e034187302a5b8216..3bde501febce406439cde69c12ed14f485f6bdff 100644 (file)
@@ -141,7 +141,7 @@ public final class LttngRelaydConnectionManager {
      * Dispose of all the manager's resources (i.e. its connections).
      */
     public void dispose() {
-        TmfSignalManager.deregister(fConnectionManager);
+        TmfSignalManager.deregister(this);
         for (LttngRelaydConsumer consumer : fConnections.values()) {
             consumer.dispose();
         }
This page took 0.023869 seconds and 5 git commands to generate.