]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Always initialise the `addresses' field of a SockAddr to NULL,
authorSimon Tatham <anakin@pobox.com>
Sat, 26 Aug 2006 08:37:42 +0000 (08:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 26 Aug 2006 08:37:42 +0000 (08:37 +0000)
commit44a246aaa7ae23bf160173ed4acbaede5deee45e
treea9766d44878e77ffc07e30a90aa06ed338d24a54
parent911f43b87245ae56813a03fba06510c5da87088c
Always initialise the `addresses' field of a SockAddr to NULL,
because it gets unconditionally sfree()d in sk_addr_free(). This
just bit me when running under the MSVC debugger; not sure how it
hasn't bitten anyone until now!

[originally from svn r6800]
windows/winnet.c