Cleanup edges stored in edge_weight_tree on exit
authorthorkill <thkr@hannover.ccc.de>
Sat, 4 Jul 2015 00:39:12 +0000 (02:39 +0200)
committerthorkill <thkr@hannover.ccc.de>
Sat, 4 Jul 2015 01:24:05 +0000 (03:24 +0200)
commit92df36a610421ed5fcae90e832f64e3acfb7d431
treeb39796536a564edc18f598031d383e1f8c054301
parent1140ca6d3004b228947bad8736f0b49d6b169267
Cleanup edges stored in edge_weight_tree on exit

protocol_edge.c: 131 defines local_address using str2sockaddr

str2sockaddr() allocates memory which has to be freed on exit.
src/edge.c