From: Martin Schanzenbach Date: Mon, 10 Oct 2016 08:27:40 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~139 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b112ce5317f3ae6eb284c85acb1f67c46d3abbc7;p=oweals%2Fgnunet.git -fix --- 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; }