aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nat/gnunet-service-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index 7fa329b54..6ef0dce5e 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -1968,7 +1968,7 @@ client_disconnect_cb (void *cls,
1968 ch->ext_dns = NULL; 1968 ch->ext_dns = NULL;
1969 } 1969 }
1970 GNUNET_free_non_null (ch->hole_external); 1970 GNUNET_free_non_null (ch->hole_external);
1971 GNUNET_free (ch->section_name); 1971 GNUNET_free_non_null (ch->section_name);
1972 GNUNET_free (ch); 1972 GNUNET_free (ch);
1973} 1973}
1974 1974