mirror of
https://github.com/glest/glest-source.git
synced 2025-09-29 08:59:01 +02:00
- bugfix for mutex deadlock
This commit is contained in:
@@ -25,7 +25,7 @@ Thread::Thread() {
|
||||
|
||||
Thread::~Thread() {
|
||||
if(thread != NULL) {
|
||||
//SDL_WaitThread(thread, NULL);
|
||||
SDL_WaitThread(thread, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user