aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-01-26 20:56:01 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-01-26 20:56:01 +0000
commit5200bb0cfc7ee5f7ac313a813d1dd5fe4e0ba2ff (patch)
treeac35ee170b4942e21106b834dbed359b1c452690 /src
parent2da991fdbf352b9c1e06185da21ef5d390e1ae5a (diff)
-fix leak
git-svn-id: https://gnunet.org/svn/gnunet@25924 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c
index 678187a271..2770e8650e 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;
}
}