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 288596
Collapse All | Expand All

(-)compare/org/eclipse/compare/internal/CompareEditor.java (+3 lines)
Lines 331-336 Link Here
331
						new SaveablesLifecycleEvent(this, SaveablesLifecycleEvent.POST_CLOSE, (Saveable[]) knownSaveables.toArray(new Saveable[knownSaveables.size()]), false));
331
						new SaveablesLifecycleEvent(this, SaveablesLifecycleEvent.POST_CLOSE, (Saveable[]) knownSaveables.toArray(new Saveable[knownSaveables.size()]), false));
332
				knownSaveables.clear();
332
				knownSaveables.clear();
333
			}
333
			}
334
			if (oldInput instanceof CompareEditorInput) {
335
				((CompareEditorInput) oldInput).dispose();
336
			}
334
		}
337
		}
335
	}
338
	}
336
	
339
	

Return to bug 288596