aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-07 22:52:40 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-07 22:52:40 +0000
commitb81e0612360568968b3c3d38a74e467ca2c49afd (patch)
tree45d9e80bea400ade092d5bb8b3d3aeebb82fcb2e /src/util/gnunet-ecc.c
parenta0423d65797a1a7360371f13b46115e1a226a424 (diff)
downloadgnunet-b81e0612360568968b3c3d38a74e467ca2c49afd.tar.gz
gnunet-b81e0612360568968b3c3d38a74e467ca2c49afd.zip
-fix leak
Diffstat (limited to 'src/util/gnunet-ecc.c')
-rw-r--r--src/util/gnunet-ecc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/gnunet-ecc.c b/src/util/gnunet-ecc.c
index 5e8afe3c7..66d398aed 100644
--- a/src/util/gnunet-ecc.c
+++ b/src/util/gnunet-ecc.c
@@ -328,6 +328,7 @@ run (void *cls, char *const *args, const char *cfgfile,
328 FPRINTF (stdout, "%s\n", str); 328 FPRINTF (stdout, "%s\n", str);
329 GNUNET_free (str); 329 GNUNET_free (str);
330 } 330 }
331 GNUNET_DISK_file_close (keyfile);
331 } 332 }
332 333
333} 334}