mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-9-5-24'
This commit is contained in:
commit
9965d517b6
@ -550,13 +550,19 @@ public class MemorySearchProvider extends ComponentProviderAdapter
|
||||
}
|
||||
|
||||
private void dispose() {
|
||||
glassPaneMessage.hide();
|
||||
glassPaneMessage = null;
|
||||
if (glassPaneMessage != null) {
|
||||
glassPaneMessage.hide();
|
||||
glassPaneMessage = null;
|
||||
}
|
||||
|
||||
matchHighlighter.dispose();
|
||||
|
||||
USED_IDS.remove(id);
|
||||
|
||||
if (navigatable != null) {
|
||||
navigatable.removeNavigatableListener(this);
|
||||
}
|
||||
|
||||
resultsPanel.dispose();
|
||||
tool.removeContextListener(this);
|
||||
program.removeCloseListener(this);
|
||||
|
Loading…
Reference in New Issue
Block a user