server: Remove a wrong release_object in write_console_input.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9d6a14305a
commit
51d17bfd2f
@ -632,7 +632,6 @@ static int write_console_input( struct console_input* console, int count,
|
|||||||
(console->recnum + count) * sizeof(INPUT_RECORD) )))
|
(console->recnum + count) * sizeof(INPUT_RECORD) )))
|
||||||
{
|
{
|
||||||
set_error( STATUS_NO_MEMORY );
|
set_error( STATUS_NO_MEMORY );
|
||||||
release_object( console );
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
console->records = new_rec;
|
console->records = new_rec;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user