server: Remove a wrong release_object in write_console_input.

Sebastian Lackner sebastian at fds-team.de
Wed Oct 28 19:32:25 CDT 2015


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

This should have been removed in 0b83d4cbc6241f53a13312b4d43b74c3f423abbc.

 server/console.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/server/console.c b/server/console.c
index 10b1350..78e91d6 100644
--- a/server/console.c
+++ b/server/console.c
@@ -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;
-- 
2.6.1



More information about the wine-patches mailing list