Fix lockup if exiting emulator with project active
This commit is contained in:
parent
dffe0de67e
commit
56c15a59a3
1 changed files with 2 additions and 0 deletions
|
@ -1652,7 +1652,9 @@ out:
|
|||
if(ticks_spent < ITERATION_TIME)
|
||||
usleep(ITERATION_TIME - ticks_spent);
|
||||
}
|
||||
umutex_class h(current_collection_lock);
|
||||
delete current_collection;
|
||||
current_collection = NULL;
|
||||
}
|
||||
private:
|
||||
size_t rptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue