aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-13 21:09:11 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-13 21:09:11 +0100
commit12a3d957faa3932db31ffea0497dd083fd381b86 (patch)
tree405a2670534e25748b9132c0605e6cad4796387b /src/gns/gns_api.c
parent490a5b6451470aef6a5a963e4ccef3b2ca5cd326 (diff)
downloadgnunet-12a3d957faa3932db31ffea0497dd083fd381b86.tar.gz
gnunet-12a3d957faa3932db31ffea0497dd083fd381b86.zip
-fix memleaks
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,