From: Martin Schanzenbach Date: Mon, 10 Oct 2016 08:27:44 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~138 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=46eac4f72e37cdd35d5b49a83c084a03e0d4a565;p=oweals%2Fgnunet.git -fix --- diff --git a/src/peerstore/plugin_peerstore_flat.c b/src/peerstore/plugin_peerstore_flat.c index f5943e509..2b90719d9 100644 --- a/src/peerstore/plugin_peerstore_flat.c +++ b/src/peerstore/plugin_peerstore_flat.c @@ -460,6 +460,7 @@ database_setup (struct Plugin *plugin) } } + GNUNET_free (buffer); return GNUNET_OK; } @@ -500,6 +501,7 @@ store_and_free_entries (void *cls, GNUNET_free (entry->value); GNUNET_free (entry->expiry); GNUNET_free (entry); + GNUNET_free (line); return GNUNET_YES; }