aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index f06bf0d7b..068a9266e 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -246,6 +246,7 @@ run (void *cls, char *const *args, const char *cfgfile,
246 if (! raw) 246 if (! raw)
247 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 247 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
248 "Using private zone: %s!\n", &zonename); 248 "Using private zone: %s!\n", &zonename);
249 GNUNET_CRYPTO_rsa_key_free (private_key);
249 } 250 }
250 251
251 if (NULL != lookup_type) 252 if (NULL != lookup_type)