aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-27 12:53:02 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-27 12:53:02 +0000
commitfa4043fca35dba52230d8cd8ce1b8acfebdb0760 (patch)
treeeb99bc186871875ac0075e93c1bdde229e8f3fbd /src/util
parent9c275d7e9dfd7daedebf773a7bf84b3662712aa2 (diff)
downloadgnunet-fa4043fca35dba52230d8cd8ce1b8acfebdb0760.tar.gz
gnunet-fa4043fca35dba52230d8cd8ce1b8acfebdb0760.zip
-fix leak
Diffstat (limited to 'src/util')
-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 69b500100..f40242d87 100644
--- a/src/util/gnunet-rsa.c
+++ b/src/util/gnunet-rsa.c
@@ -134,6 +134,7 @@ create_keys (const char *fn)
134 _("\nFailed to write to `%s': %s\n"), 134 _("\nFailed to write to `%s': %s\n"),
135 fn, 135 fn,
136 STRERROR (errno)); 136 STRERROR (errno));
137 GNUNET_CRYPTO_rsa_key_free (pk);
137 break; 138 break;
138 } 139 }
139 GNUNET_CRYPTO_rsa_key_free (pk); 140 GNUNET_CRYPTO_rsa_key_free (pk);