Always initialise the `addresses' field of a SockAddr to NULL,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Aug 2006 08:37:42 +0000 (08:37 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Aug 2006 08:37:42 +0000 (08:37 +0000)
commit2cd38976187302c0e7a884c507bcd61546bfa4ba
treea9766d44878e77ffc07e30a90aa06ed338d24a54
parent2ceabd368ffa42e0088cf746912b5bf2ec460cb9
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!

git-svn-id: svn://svn.tartarus.org/sgt/putty@6800 cda61777-01e9-0310-a592-d414129be87e
windows/winnet.c