mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 16:42:06 +00:00
msi: Delete the handle static critical sections when unloading the dll.
This commit is contained in:
parent
113df19d6a
commit
7238a78805
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user