mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-6085 - Flow Arrows - Change to a service-based system for margin providers to allow flow arrows in snapshots
This commit is contained in:
@@ -83,9 +83,9 @@ public class FidPlugin extends ProgramPlugin implements ChangeListener {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void cleanup() {
|
||||
protected void dispose() {
|
||||
fidFileManager.removeChangeListener(this);
|
||||
super.cleanup();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user