dispose inputs when closing them

This commit is contained in:
Benjamin Pasero
2016-05-19 15:27:29 +02:00
parent 1d451bc00e
commit abe2702688
8 changed files with 256 additions and 109 deletions

View File

@@ -197,10 +197,6 @@ export class DiffEditorInput extends BaseDiffEditorInput {
this.cachedModel = null;
}
// Delegate to Inputs
this.originalInput.dispose();
this.modifiedInput.dispose();
super.dispose();
}
}