Fix for CommentSorter crash

This commit is contained in:
caheckman 2019-10-03 09:31:09 -04:00
parent bb27721a1f
commit 0df9575f1b
2 changed files with 5 additions and 0 deletions

View file

@ -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