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 271393 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewer.java (-1 / +1 lines)
Lines 79-86 Link Here
79
	}
79
	}
80
80
81
	protected void handleDispose(DisposeEvent event) {
81
	protected void handleDispose(DisposeEvent event) {
82
		super.handleDispose(event);
82
		if (fColorManager != null)
83
		if (fColorManager != null)
83
			fColorManager.dispose();
84
			fColorManager.dispose();
84
		super.handleDispose(event);
85
	}
85
	}
86
}
86
}

Return to bug 271393