aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 7076c7080..140deaafd 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -2855,6 +2855,7 @@ main (int argc, char *const *argv)
2855 &run, NULL)) ? 0 : 1; 2855 &run, NULL)) ? 0 : 1;
2856 MHD_destroy_response (curl_failure_response); 2856 MHD_destroy_response (curl_failure_response);
2857 GNUNET_free_non_null ((char *) argv); 2857 GNUNET_free_non_null ((char *) argv);
2858 GNUNET_CRYPTO_ecc_key_clear (&local_shorten_zone);
2858 return ret; 2859 return ret;
2859} 2860}
2860 2861