]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit - windows/window.c
Another big batch of memory leak fixes, again mostly on error paths.
authorSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 07:11:54 +0000 (07:11 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 07:11:54 +0000 (07:11 +0000)
commit2371f4733afcf17f2237a3d4303c7244bc6b53ed
tree414aabb591297a8f6985d2175f3a405614379adc
parentf6fef4f56d257a45930315a018cc437426ed240c
Another big batch of memory leak fixes, again mostly on error paths.
The most interesting one is printer_add_enum, which I've modified to
take a char ** rather than a char * so that it can both realloc its
input buffer _and_ return NULL to indicate error.

git-svn-id: http://svn.tartarus.org/sgt/putty@9959 cda61777-01e9-0310-a592-d414129be87e
windows/winctrls.c
windows/window.c
windows/winjump.c
windows/winpgen.c
windows/winpgnt.c
windows/winpgntc.c
windows/winprint.c
windows/winproxy.c
windows/winstore.c