diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-01-26 20:56:01 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-01-26 20:56:01 +0000 |
commit | 27392f558eb9977860afaa0b4f574a947626e7e5 (patch) | |
tree | ac35ee170b4942e21106b834dbed359b1c452690 /src/fs/fs_api.c | |
parent | 1e073c660cfb2b138435ebece6074732fb65827c (diff) |
-fix leak
Diffstat (limited to 'src/fs/fs_api.c')
-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; } } |