Fix reset hang: shut down the Emesary recipient
Requires corresponding SimGear update
This commit is contained in:
parent
c31d8c4e65
commit
bee7b0164f
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ void registerMainLoop()
|
|||
|
||||
void unregisterMainLoopProperties()
|
||||
{
|
||||
nasal::shutdownMainLoopRecipient();
|
||||
frame_signal.reset();
|
||||
nasal_gc_threaded.reset();
|
||||
nasal_gc_threaded_wait.reset();
|
||||
|
|
Loading…
Reference in a new issue