mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
winspool.drv: Delete the static critical section when unloading the dll.
This commit is contained in:
parent
06646b7aa2
commit
7454791643
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ static void unload_backend(void)
|
|||
backend = NULL;
|
||||
FreeLibrary(hlocalspl);
|
||||
LeaveCriticalSection(&backend_cs);
|
||||
DeleteCriticalSection(&backend_cs);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue