mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue