1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 09:05:19 +02:00

Use log_deregister_thread in EmergeThread

This commit is contained in:
Perttu Ahola
2011-11-27 13:52:36 +02:00
parent 6e0de7b42c
commit c449e5f20a

View File

@@ -325,6 +325,8 @@ void * EmergeThread::Thread()
END_DEBUG_EXCEPTION_HANDLER(errorstream)
log_deregister_thread();
return NULL;
}