Commit 9083b4e7 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

qmgr: Add a missing call to CoUninitialize.

parent c376b1bf
......@@ -153,4 +153,6 @@ ServiceMain(DWORD dwArgc, LPWSTR *lpszArgv)
UpdateStatus(SERVICE_STOPPED, NO_ERROR, 0);
CloseHandle(stop_event);
TRACE("service stoped\n");
CoUninitialize();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment