mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-06 04:36:49 +00:00
Test fixes
This commit is contained in:
parent
fd7694b0c3
commit
17772a2740
@ -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…
x
Reference in New Issue
Block a user