From 381c58c2e42608d2ff9181cc91acc5373e812891 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Oct 2012 12:53:45 +0000 Subject: -leak --- src/util/gnunet-rsa.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) { /* sometimes we get a different key length because 'd' or 'u' start with leading bits; skip those... */ + GNUNET_CRYPTO_rsa_key_free (pk); make_keys++; continue; } -- cgit v1.2.3