]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxproxy.c
Fix a memory leak in uxproxy.c.
authorSimon Tatham <anakin@pobox.com>
Sun, 22 Nov 2015 15:02:14 +0000 (15:02 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 22 Nov 2015 15:11:00 +0000 (15:11 +0000)
commitbb66e9870e1d297de502767031563b8f2334cb1c
treeceb94709e7ca00df67346aaf65ad5919e0e9d3dd
parent37cdfdcd51e03253501546f6b2fc86f90f073aaa
Fix a memory leak in uxproxy.c.

We set up a pair of bufchains for the standard input and output
exchanged with the proxy process, but forgot to clear them when the
Local_Proxy_Socket is cleaned up.
unix/uxproxy.c