Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Busy Mode|Fixed: Failed to destroy mutex upon completion
  • Loading branch information
danij-deng committed Jan 15, 2012
1 parent d449d99 commit bb5fb78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/portable/src/con_busy.c
Expand Up @@ -202,6 +202,7 @@ int Con_Busy(int flags, const char* taskName, busyworkerfunc_t worker,
// Make sure the worker finishes before we continue.
result = Sys_WaitThread(busyThread);
busyThread = NULL;
Sys_DestroyMutex(busy_Mutex);
busyInited = false;

// Make sure that any remaining deferred content gets uploaded.
Expand Down

0 comments on commit bb5fb78

Please sign in to comment.