Fix for bug 390841: Experiment does not dispose trace contexts.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / events / TmfEventsTable.java
index edf7cc399e0decbf1035b9df95bd9388d10fbd43..e114a895d2506da7fe12a2e683f35c508347b178 100644 (file)
@@ -1848,6 +1848,7 @@ public class TmfEventsTable extends TmfComponent implements IGotoMarker,
                     // Get the rank of the selected event in the table
                     final ITmfContext context = fTrace.seekEvent(timestamp);
                     final long rank = context.getRank();
+                    context.dispose();
                     fSelectedRank = rank;
 
                     fTable.getDisplay().asyncExec(new Runnable() {
This page took 0.023757 seconds and 5 git commands to generate.