mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Fix async invocation of model's listeners.
This commit is contained in:
parent
3f6c5ca189
commit
da0aeefa4f
9 changed files with 20 additions and 12 deletions
|
@ -110,7 +110,7 @@ public class DbgModelImpl extends AbstractDbgModel implements DebuggerObjectMode
|
|||
|
||||
@Override
|
||||
public void terminate() throws IOException {
|
||||
listeners.invoke().modelClosed(DebuggerModelClosedReason.NORMAL);
|
||||
broadcast().modelClosed(DebuggerModelClosedReason.NORMAL);
|
||||
root.invalidateSubtree(root, "Dbgeng is terminating");
|
||||
dbg.terminate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue