mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Merge remote-tracking branch 'origin/GP-3343_ghidragon_fontend_plugin_dispose--SQUASHED'
This commit is contained in:
commit
6e533802d4
18 changed files with 172 additions and 156 deletions
|
@ -336,8 +336,8 @@ public class VTSubToolManager implements VTControllerListener, OptionsChangeList
|
|||
saveSubordinateToolConfig(sourceTool);
|
||||
saveSubordinateToolConfig(destinationTool);
|
||||
pluginList.clear();
|
||||
sourceTool.exit();
|
||||
destinationTool.exit();
|
||||
PluginToolAccessUtils.dispose(sourceTool);
|
||||
PluginToolAccessUtils.dispose(destinationTool);
|
||||
sourceTool = null;
|
||||
destinationTool = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue