mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Fixed edge case that prevented the tracked task from not getting removed
This commit is contained in:
parent
994c999646
commit
db49224c25
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ class BackgroundCommandTask extends Task implements AbortedTransactionListener {
|
|||
taskMgr.clearTasks(obj);
|
||||
taskMgr.taskFailed(obj, cmd, monitor);
|
||||
}
|
||||
TaskUtilities.removeTrackedTask(this);
|
||||
return;
|
||||
}
|
||||
finally {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue