aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_tld_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns_tld_api.c')
-rw-r--r--src/gns/gns_tld_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns_tld_api.c b/src/gns/gns_tld_api.c
index 1db5baacb..3ebf07db6 100644
--- a/src/gns/gns_tld_api.c
+++ b/src/gns/gns_tld_api.c
@@ -340,7 +340,7 @@ GNUNET_GNS_lookup_with_tld_cancel (struct GNUNET_GNS_LookupWithTldRequest *ltr)
340 GNUNET_GNS_lookup_cancel (ltr->lr); 340 GNUNET_GNS_lookup_cancel (ltr->lr);
341 ltr->lr = NULL; 341 ltr->lr = NULL;
342 } 342 }
343 GNUNET_free_non_null (ltr->longest_match); 343 GNUNET_free (ltr->longest_match);
344 GNUNET_free (ltr->name); 344 GNUNET_free (ltr->name);
345 GNUNET_free (ltr); 345 GNUNET_free (ltr);
346 return ret; 346 return ret;