mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Fix for CommentSorter crash
This commit is contained in:
parent
bb27721a1f
commit
0df9575f1b
2 changed files with 5 additions and 0 deletions
|
@ -145,6 +145,7 @@ void Funcdata::stopProcessing(void)
|
|||
|
||||
{
|
||||
flags |= processing_complete;
|
||||
obank.destroyDead(); // Free up anything in the dead list
|
||||
#ifdef CPUI_STATISTICS
|
||||
glb->stats->process(*this);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue