mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Corey Stup points out a memory leak in the local-proxy implementations.
[originally from svn r8626]
This commit is contained in:
@ -199,6 +199,8 @@ Socket platform_new_connection(SockAddr addr, char *hostname,
|
||||
CREATE_NO_WINDOW | NORMAL_PRIORITY_CLASS,
|
||||
NULL, NULL, &si, &pi);
|
||||
|
||||
sfree(cmd);
|
||||
|
||||
CloseHandle(cmd_from_us);
|
||||
CloseHandle(cmd_to_us);
|
||||
|
||||
|
Reference in New Issue
Block a user