]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a missing freeaddrinfo() in Unix sk_newlistener.
authorSimon Tatham <anakin@pobox.com>
Sat, 20 Dec 2014 16:54:28 +0000 (16:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Dec 2014 17:00:01 +0000 (17:00 +0000)
commitfe24f4dfba2aa2db270427bb3d1f7c6cb7f19221
tree8576e968b2f28bd2338395305f488ecbc49a0b71
parentdd0f1e5cc7c5cc52d36a7c8e2fc6434887fd165e
Add a missing freeaddrinfo() in Unix sk_newlistener.

If we use getaddrinfo to translate the source IP address into a
sockaddr, then we need to freeaddrinfo the returned data later. Patch
due to Tim Kosse.
unix/uxnet.c