diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-26 20:56:01 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-26 20:56:01 +0000 |
commit | 5200bb0cfc7ee5f7ac313a813d1dd5fe4e0ba2ff (patch) | |
tree | ac35ee170b4942e21106b834dbed359b1c452690 /src | |
parent | 2da991fdbf352b9c1e06185da21ef5d390e1ae5a (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.c | 1 |
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; } } |