mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 05:23:33 +08:00
[CONSRV] Only call CoUninitialize if initialized (#5582)
This commit is contained in:
parent
80153fc686
commit
c0e443058e
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user