Commit 7238a788 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msi: Delete the handle static critical sections when unloading the dll.

parent 113df19d
......@@ -71,6 +71,8 @@ void msi_free_handle_table(void)
msi_free( msihandletable );
msihandletable = NULL;
msihandletable_size = 0;
DeleteCriticalSection(&MSI_handle_cs);
DeleteCriticalSection(&MSI_object_cs);
}
static MSIHANDLE alloc_handle_table_entry(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment