aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn.c')
-rw-r--r--src/vpn/gnunet-daemon-vpn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c
index 45f0f3054..25fa04c97 100644
--- a/src/vpn/gnunet-daemon-vpn.c
+++ b/src/vpn/gnunet-daemon-vpn.c
@@ -291,6 +291,7 @@ send_pkt_to_peer_notify_callback (void *cls, size_t size, void *buf)
291 send_pkt_to_peer_notify_callback, element->cls); 291 send_pkt_to_peer_notify_callback, element->cls);
292 /* save the handle */ 292 /* save the handle */
293 GNUNET_MESH_tunnel_set_data(*tunnel, th); 293 GNUNET_MESH_tunnel_set_data(*tunnel, th);
294 GNUNET_free(element);
294 } 295 }
295 GNUNET_free (cls); 296 GNUNET_free (cls);
296 297