aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index 3f6425b42..acb56f2c4 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -357,6 +357,7 @@ handle_result (void *cls,
357 GNUNET_CONTAINER_DLL_remove (handle->lookup_head, 357 GNUNET_CONTAINER_DLL_remove (handle->lookup_head,
358 handle->lookup_tail, 358 handle->lookup_tail,
359 lr); 359 lr);
360 GNUNET_free (lr->env);
360 GNUNET_free (lr); 361 GNUNET_free (lr);
361 GNUNET_assert (GNUNET_OK == 362 GNUNET_assert (GNUNET_OK ==
362 GNUNET_GNSRECORD_records_deserialize (mlen, 363 GNUNET_GNSRECORD_records_deserialize (mlen,