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);
|
UpdateStatus(SERVICE_STOPPED, NO_ERROR, 0);
|
||||||
CloseHandle(stop_event);
|
CloseHandle(stop_event);
|
||||||
TRACE("service stoped\n");
|
TRACE("service stoped\n");
|
||||||
|
|
||||||
|
CoUninitialize();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue