]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/winctrls.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)
commitb99bec3b02d79c6902f50cfa616eebaee43536f6
tree414aabb591297a8f6985d2175f3a405614379adc
parent4c61cb20a1e18297c0f5da403a88c0bd5872e840
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.

[originally from svn r9959]
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