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:
Sebastian Lackner 2015-10-29 01:32:25 +01:00 committed by Alexandre Julliard
parent 9d6a14305a
commit 51d17bfd2f

View file

@ -632,7 +632,6 @@ static int write_console_input( struct console_input* console, int count,
(console->recnum + count) * sizeof(INPUT_RECORD) )))
{
set_error( STATUS_NO_MEMORY );
release_object( console );
return -1;
}
console->records = new_rec;