mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[BOOTLIB]
- Correctly check ConsoleRemoteConstruct return value in ConsoleCreateRemoteConsole. Patch by Kudratov Olimjon. CORE-10357 #resolve svn path=/trunk/; revision=69592
This commit is contained in:
@@ -44,7 +44,7 @@ ConsoleCreateRemoteConsole (
|
||||
|
||||
/* Construct it */
|
||||
Status = ConsoleRemoteConstruct(RemoteConsole);
|
||||
if (!NT_SUCCESS(Status));
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
/* Failed to construct it, delete it */
|
||||
BlMmFreeHeap(RemoteConsole);
|
||||
|
||||
Reference in New Issue
Block a user