mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
mscms: Delete the static critical section when unloading the dll.
This commit is contained in:
parent
903146bdcd
commit
3abbbb2556
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ void free_handle_tables( void )
|
|||
HeapFree( GetProcessHeap(), 0, transformtable );
|
||||
transformtable = NULL;
|
||||
num_transform_handles = 0;
|
||||
|
||||
DeleteCriticalSection( &MSCMS_handle_cs );
|
||||
}
|
||||
|
||||
struct profile *grab_profile( HPROFILE handle )
|
||||
|
|
Loading…
Reference in a new issue