On Windows, Delete the CriticalSection's we Initialize
[ghc-hetmet.git] / rts / win32 / AsyncIO.c
index 20de8bb..54fc5cb 100644 (file)
@@ -189,6 +189,7 @@ shutdownAsyncIO(rtsBool wait_threads)
         CloseHandle(completed_table_sema);
        completed_table_sema = NULL;
     }
+    DeleteCriticalSection(&queue_lock);
 }
 
 /*