Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 283586 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/cdt/debug/internal/core/CMemoryBlockRetrievalExtension.java (+2 lines)
Lines 35-40 Link Here
35
import org.eclipse.core.runtime.IStatus;
35
import org.eclipse.core.runtime.IStatus;
36
import org.eclipse.core.runtime.PlatformObject;
36
import org.eclipse.core.runtime.PlatformObject;
37
import org.eclipse.core.runtime.Status;
37
import org.eclipse.core.runtime.Status;
38
import org.eclipse.debug.core.DebugEvent;
38
import org.eclipse.debug.core.DebugException;
39
import org.eclipse.debug.core.DebugException;
39
import org.eclipse.debug.core.DebugPlugin;
40
import org.eclipse.debug.core.DebugPlugin;
40
import org.eclipse.debug.core.ILaunchConfiguration;
41
import org.eclipse.debug.core.ILaunchConfiguration;
Lines 393-398 Link Here
393
394
394
	public void dispose() {
395
	public void dispose() {
395
		// Minimize leaks. See bugzilla 255120
396
		// Minimize leaks. See bugzilla 255120
397
		DebugPlugin.getDefault().fireDebugEventSet( new DebugEvent[]{new DebugEvent( this, DebugEvent.TERMINATE )}); 
396
		fDebugTarget = null;
398
		fDebugTarget = null;
397
	}
399
	}
398
400

Return to bug 283586