mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Cancel emerge callbacks on shutdown
This commit is contained in:
parent
95a775cd3a
commit
1b2176a426
1 changed files with 2 additions and 0 deletions
|
@ -724,6 +724,8 @@ void *EmergeThread::run()
|
|||
m_server->setAsyncFatalError(err.str());
|
||||
}
|
||||
|
||||
cancelPendingItems();
|
||||
|
||||
END_DEBUG_EXCEPTION_HANDLER
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue