mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Corey Stup points out a memory leak in the local-proxy implementations.
[originally from svn r8626]
This commit is contained in:
@ -286,6 +286,8 @@ Socket platform_new_connection(SockAddr addr, char *hostname,
|
||||
_exit(255);
|
||||
}
|
||||
|
||||
sfree(cmd);
|
||||
|
||||
close(to_cmd_pipe[0]);
|
||||
close(from_cmd_pipe[1]);
|
||||
|
||||
|
Reference in New Issue
Block a user