commit | 7a3df4d097a2f9f2f2362196cc174b436a7cab0d | [log] [tgz] |
---|---|---|
author | Robert Shearman <rob@codeweavers.com> | Fri Apr 07 11:17:12 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Apr 07 13:08:49 2006 +0200 |
tree | 987d114f04adb52ada6d248ebb58a4c19afc12fd | |
parent | 0bf1c22cad55d9305b654898decaf5098b9e1a31 [diff] |
server: Free ptr in console_input_append_hist. Free ptr in console_input_append_hist before returning, otherwise it will be leaked (found by Coverity). Remove the setting of last error on mem_alloc failure, as it is already done in mem_alloc.