mirror of
https://github.com/reactos/wine.git
synced 2025-04-01 07:31:34 +00:00
qmgr: Add a missing call to CoUninitialize.
This commit is contained in:
parent
c376b1bfc0
commit
9083b4e754
@ -153,4 +153,6 @@ ServiceMain(DWORD dwArgc, LPWSTR *lpszArgv)
|
||||
UpdateStatus(SERVICE_STOPPED, NO_ERROR, 0);
|
||||
CloseHandle(stop_event);
|
||||
TRACE("service stoped\n");
|
||||
|
||||
CoUninitialize();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user