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/ManifestContentMergeViewer.java (-1 / +1 lines)
Lines 55-63 Link Here
55
	}
55
	}
56
56
57
	protected void handleDispose(DisposeEvent event) {
57
	protected void handleDispose(DisposeEvent event) {
58
		super.handleDispose(event);
58
		if (fColorManager != null)
59
		if (fColorManager != null)
59
			fColorManager.dispose();
60
			fColorManager.dispose();
60
		super.handleDispose(event);
61
	}
61
	}
62
62
63
}
63
}

Return to bug 271393