mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
fixed stack trace when exporting
This commit is contained in:
parent
4300bec382
commit
1259632113
5 changed files with 24 additions and 5 deletions
|
@ -39,4 +39,9 @@ public class DummyGraphDisplayListener implements GraphDisplayListener {
|
|||
// I'm a dummy
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dispose() {
|
||||
// I'm a dummy
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -49,4 +49,9 @@ public interface GraphDisplayListener {
|
|||
*/
|
||||
public GraphDisplayListener cloneWith(GraphDisplay graphDisplay);
|
||||
|
||||
/**
|
||||
* Tells the listener that it is no longer needed and it can release any listeners/resources
|
||||
*/
|
||||
public void dispose();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue