mscms: Delete the static critical section when unloading the dll.

This commit is contained in:
Francois Gouget 2011-11-16 16:33:11 +01:00 committed by Alexandre Julliard
parent 903146bdcd
commit 3abbbb2556

View file

@ -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 )