windows mutex shutdown correctness++

SVN revision: 53801
This commit is contained in:
Carsten Haitzler 2010-10-23 07:52:51 +00:00
parent 0c27fd1a29
commit 8055b915b7
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ eina_one_big_shutdown(void *data)
pthread_mutex_destroy(&pool->mutex);
# else
ReleaseMutex(pool->mutex);
// FIXME: how to do a mutex destroy in winland?
CloseHandle(pool->mutex);
# endif
#endif
free(pool);