From 27392f558eb9977860afaa0b4f574a947626e7e5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 26 Jan 2013 20:56:01 +0000 Subject: -fix leak --- src/fs/fs_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c index 678187a27..2770e8650 100644 --- a/src/fs/fs_api.c +++ b/src/fs/fs_api.c @@ -2146,6 +2146,7 @@ deserialize_unindex_file (void *cls, const char *filename) if (NULL == uc->ksk_uri) { GNUNET_break (0); + GNUNET_free_non_null (emsg); goto cleanup; } } -- cgit v1.2.3