]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix two memory leaks in the new code. (There's no point compressing
authorSimon Tatham <anakin@pobox.com>
Fri, 15 Oct 2004 12:37:44 +0000 (12:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 15 Oct 2004 12:37:44 +0000 (12:37 +0000)
commit70230fc0ca9af7be32c44173facdde7b7660af7a
tree366fee24a6a53105ecbdcde7c30430b7dc0e14a7
parentaa3c6302b1697b884804bf226bdee269c830a922
Fix two memory leaks in the new code. (There's no point compressing
the scrollback if you then leak away all the memory you saved!) One
of the leaks - by far the bigger of the two - was in my temporary
diagnostic function cc_check(), which is particularly embarrassing :-)

[originally from svn r4638]
terminal.c