mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix memory leak.
This commit is contained in:
@@ -94,6 +94,7 @@ public class TerminalView {
|
||||
if (myDockContainer == null) {
|
||||
myDockContainer = new TerminalDockContainer(toolWindow);
|
||||
|
||||
Disposer.register(myProject, myDockContainer);
|
||||
DockManager.getInstance(myProject).register(myDockContainer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user