Fix calling freeaddrinfo() on the wrong pointer.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 22 Jan 2018 17:05:09 +0000 (18:05 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 22 Jan 2018 17:05:09 +0000 (18:05 +0100)
commite0f6d90e7fac4c567900e98c354af979c97f8d59
tree05d90c2f2eab292b87ad2f844de1fe461226d06e
parent7bf4d225a994d8ce9fb45d42afd53793c4232e8e
Fix calling freeaddrinfo() on the wrong pointer.

Thanks to Todd C. Miller for finding this issue.
src/address_cache.c