aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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}