qmgr: Add a missing call to CoUninitialize.

This commit is contained in:
Rob Shearman 2009-03-07 21:56:27 +00:00 committed by Alexandre Julliard
parent c376b1bfc0
commit 9083b4e754

View file

@ -153,4 +153,6 @@ ServiceMain(DWORD dwArgc, LPWSTR *lpszArgv)
UpdateStatus(SERVICE_STOPPED, NO_ERROR, 0);
CloseHandle(stop_event);
TRACE("service stoped\n");
CoUninitialize();
}