mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Fix exception when MyProgramChangesDisplayPlugin is uninstalled.
This commit is contained in:
parent
6f91910a3d
commit
65ed72ab0e
@ -242,6 +242,10 @@ public class MyProgramChangesDisplayPlugin extends ProgramPlugin implements Doma
|
||||
public void dispose() {
|
||||
|
||||
worker.dispose();
|
||||
if (currentProgram != null) {
|
||||
currentProgram.removeTransactionListener(transactionListener);
|
||||
currentProgram.removeListener(this);
|
||||
}
|
||||
|
||||
tool.getProject().getProjectData().removeDomainFolderChangeListener(folderListener);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user