aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_monitoring.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_monitoring.c')
-rw-r--r--src/namestore/test_namestore_api_monitoring.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_api_monitoring.c b/src/namestore/test_namestore_api_monitoring.c
index f60116a79..3f1224151 100644
--- a/src/namestore/test_namestore_api_monitoring.c
+++ b/src/namestore/test_namestore_api_monitoring.c
@@ -117,12 +117,12 @@ do_shutdown ()
117 117
118 if (NULL != privkey) 118 if (NULL != privkey)
119 { 119 {
120 GNUNET_CRYPTO_ecc_key_free (privkey); 120 GNUNET_free (privkey);
121 privkey = NULL; 121 privkey = NULL;
122 } 122 }
123 if (NULL != privkey2) 123 if (NULL != privkey2)
124 { 124 {
125 GNUNET_CRYPTO_ecc_key_free (privkey2); 125 GNUNET_free (privkey2);
126 privkey2 = NULL; 126 privkey2 = NULL;
127 } 127 }
128} 128}