mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[CONSRV] Only call CoUninitialize if initialized (#5582)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* PROJECT: ReactOS Console Server DLL
|
||||
* FILE: win32ss/user/winsrv/consrv/console.c
|
||||
* PURPOSE: Console Management Functions
|
||||
* PROGRAMMERS: Gé van Geldorp
|
||||
* PROGRAMMERS: Gé van Geldorp
|
||||
* Jeffrey Morlan
|
||||
* Hermes Belusca-Maito (hermes.belusca@sfr.fr)
|
||||
*/
|
||||
@@ -465,8 +465,8 @@ LoadShellLinkConsoleInfo(IN OUT PCONSOLE_STATE_INFO ConsoleInfo,
|
||||
}
|
||||
IShellLinkW_Release(pshl);
|
||||
}
|
||||
CoUninitialize();
|
||||
}
|
||||
CoUninitialize();
|
||||
|
||||
Finish:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user