mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 18:35:32 +02:00
Bug 388562: Missing cleanup of DsfSession in TraceControlView
Change-Id: I5fc42aab48c511cc1b0b63281566cdcc27fa4371 Reviewed-on: https://git.eclipse.org/r/7549 Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
598836625c
commit
a5553b2507
1 changed files with 2 additions and 0 deletions
|
@ -214,6 +214,8 @@ public class TraceControlView extends ViewPart implements IViewPart, SessionEnde
|
|||
getSite().getPage().removeSelectionListener(IDebugUIConstants.ID_DEBUG_VIEW, fDebugViewListener);
|
||||
fStatusText = null; // Indicate that we have been disposed
|
||||
setDebugContext(null);
|
||||
DsfSession.removeSessionEndedListener(this);
|
||||
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue