mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
dispose inputs when closing them
This commit is contained in:
@@ -197,10 +197,6 @@ export class DiffEditorInput extends BaseDiffEditorInput {
|
||||
this.cachedModel = null;
|
||||
}
|
||||
|
||||
// Delegate to Inputs
|
||||
this.originalInput.dispose();
|
||||
this.modifiedInput.dispose();
|
||||
|
||||
super.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user