Commit 51d17bfd authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

server: Remove a wrong release_object in write_console_input.

parent 9d6a1430
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment