aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-24 12:54:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-24 12:54:16 +0000
commit5742df4c179024daeb97780979482607f33790af (patch)
tree869b4a79698d36231ee839244ca8f4c21b2781af /src
parent381c58c2e42608d2ff9181cc91acc5373e812891 (diff)
downloadgnunet-5742df4c179024daeb97780979482607f33790af.tar.gz
gnunet-5742df4c179024daeb97780979482607f33790af.zip
-leak
Diffstat (limited to 'src')
-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 86e9bdc82..d509bde67 100644
--- a/src/util/gnunet-rsa.c
+++ b/src/util/gnunet-rsa.c
@@ -127,6 +127,7 @@ create_keys (const char *fn)
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 GNUNET_CRYPTO_rsa_key_free (pk);
130 GNUNET_free (enc);
130 make_keys++; 131 make_keys++;
131 continue; 132 continue;
132 } 133 }