mirror of
https://github.com/minetest/minetest.git
synced 2025-02-19 19:33:44 +01:00
Use log_deregister_thread in EmergeThread
This commit is contained in:
@ -325,6 +325,8 @@ void * EmergeThread::Thread()
|
|||||||
|
|
||||||
END_DEBUG_EXCEPTION_HANDLER(errorstream)
|
END_DEBUG_EXCEPTION_HANDLER(errorstream)
|
||||||
|
|
||||||
|
log_deregister_thread();
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user