From: Etienne Dechamps Date: Sun, 18 Dec 2016 14:53:33 +0000 (+0000) Subject: Fix address memory leaks in add_edge_h(). X-Git-Tag: release-1.1pre15~49 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=06b820133285f83f7e1a839cccbed13358b84081;hp=06b820133285f83f7e1a839cccbed13358b84081;p=tinc Fix address memory leaks in add_edge_h(). Note that this is not as bad as it looks, because in practice sockaddrfree() is a no-op for typical address types. ---