aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/gnunet-rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/gnunet-rsa.c b/src/util/gnunet-rsa.c
index 040e66ea9..86e9bdc82 100644
--- a/src/util/gnunet-rsa.c
+++ b/src/util/gnunet-rsa.c
@@ -126,6 +126,7 @@ create_keys (const char *fn)
126 { 126 {
127 /* sometimes we get a different key length because 'd' or 'u' start 127 /* sometimes we get a different key length because 'd' or 'u' start
128 with leading bits; skip those... */ 128 with leading bits; skip those... */
129 GNUNET_CRYPTO_rsa_key_free (pk);
129 make_keys++; 130 make_keys++;
130 continue; 131 continue;
131 } 132 }