windows mutex shutdown correctness++
authorraster <raster>
Sat, 23 Oct 2010 07:52:51 +0000 (07:52 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Oct 2010 07:52:51 +0000 (07:52 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@53801 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/mp/one_big/eina_one_big.c

index 6106b83..c0d8018 100644 (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);