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
1 changed files with 2 additions and 0 deletions

View File

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