Fix two memory leaks in the new code. (There's no point compressing
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 15 Oct 2004 12:37:44 +0000 (12:37 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 15 Oct 2004 12:37:44 +0000 (12:37 +0000)
commitdac0aee3362d9f6d90d5e736767da62ea7c9ba5c
tree366fee24a6a53105ecbdcde7c30430b7dc0e14a7
parent35100bc36e3de343ab93dc7ba71dbde9f3d0c558
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 :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@4638 cda61777-01e9-0310-a592-d414129be87e
terminal.c