aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index f0739cbeb..9173d2e4d 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -2525,6 +2525,7 @@ handle_monitor_start (void *cls, const struct
2525 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 2525 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
2526 "Error reading private key\n"); 2526 "Error reading private key\n");
2527 GNUNET_SERVICE_client_drop (nc->client); 2527 GNUNET_SERVICE_client_drop (nc->client);
2528 GNUNET_free (zm);
2528 return; 2529 return;
2529 } 2530 }
2530 zm->zone = zone; 2531 zm->zone = zone;