aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn-helper.c
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-02-05 21:52:34 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-02-05 21:52:34 +0000
commit79a97ba287c5aa8618fecdb60925a3dacf277d3a (patch)
tree28d74f031cbf87c9dc9e2de15bfedfa1b9cca6a9 /src/vpn/gnunet-daemon-vpn-helper.c
parent30eaa74c6e9a89373f255f4183d21a4599598035 (diff)
downloadgnunet-79a97ba287c5aa8618fecdb60925a3dacf277d3a.tar.gz
gnunet-79a97ba287c5aa8618fecdb60925a3dacf277d3a.zip
fix memory-leaks
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn-helper.c')
-rw-r--r--src/vpn/gnunet-daemon-vpn-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpn/gnunet-daemon-vpn-helper.c b/src/vpn/gnunet-daemon-vpn-helper.c
index ae6d18fd9..4af04e6cd 100644
--- a/src/vpn/gnunet-daemon-vpn-helper.c
+++ b/src/vpn/gnunet-daemon-vpn-helper.c
@@ -113,6 +113,7 @@ start_helper_and_schedule(void *cls,
113 GNUNET_free(ipv6prefix); 113 GNUNET_free(ipv6prefix);
114 GNUNET_free(ipv4addr); 114 GNUNET_free(ipv4addr);
115 GNUNET_free(ipv4mask); 115 GNUNET_free(ipv4mask);
116 GNUNET_free(ifname);
116 117
117 /* Tell the dns-service to rehijack the dns-port 118 /* Tell the dns-service to rehijack the dns-port
118 * The routing-table gets flushed if an interface disappears. 119 * The routing-table gets flushed if an interface disappears.