qmgr: Add a missing call to CoUninitialize.

oldstable
Rob Shearman 2009-03-07 21:56:27 +00:00 committed by Alexandre Julliard
parent c376b1bfc0
commit 9083b4e754
1 changed files with 2 additions and 0 deletions

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();
}