From b112ce5317f3ae6eb284c85acb1f67c46d3abbc7 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 10 Oct 2016 08:27:40 +0000 Subject: [PATCH] -fix --- src/namestore/plugin_namestore_flat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/namestore/plugin_namestore_flat.c b/src/namestore/plugin_namestore_flat.c index 4f5034d26..923d2696f 100644 --- a/src/namestore/plugin_namestore_flat.c +++ b/src/namestore/plugin_namestore_flat.c @@ -189,6 +189,7 @@ database_setup (struct Plugin *plugin) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Unable to get filesize: %s.\n"), afsdir); + GNUNET_DISK_file_close (fh); return GNUNET_SYSERR; } -- 2.25.1