aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-vpn.c')
-rw-r--r--src/vpn/gnunet-vpn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn/gnunet-vpn.c b/src/vpn/gnunet-vpn.c
index a7f7fc30c..60d631d5e 100644
--- a/src/vpn/gnunet-vpn.c
+++ b/src/vpn/gnunet-vpn.c
@@ -107,9 +107,9 @@ do_disconnect (void *cls)
107 GNUNET_VPN_disconnect (handle); 107 GNUNET_VPN_disconnect (handle);
108 handle = NULL; 108 handle = NULL;
109 } 109 }
110 GNUNET_free_non_null (peer_id); 110 GNUNET_free (peer_id);
111 GNUNET_free_non_null (service_name); 111 GNUNET_free (service_name);
112 GNUNET_free_non_null (target_ip); 112 GNUNET_free (target_ip);
113} 113}
114 114
115 115