aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-26 20:56:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-26 20:56:01 +0000
commit27392f558eb9977860afaa0b4f574a947626e7e5 (patch)
treeac35ee170b4942e21106b834dbed359b1c452690 /src/fs/fs_api.c
parent1e073c660cfb2b138435ebece6074732fb65827c (diff)
downloadgnunet-27392f558eb9977860afaa0b4f574a947626e7e5.tar.gz
gnunet-27392f558eb9977860afaa0b4f574a947626e7e5.zip
-fix leak
Diffstat (limited to 'src/fs/fs_api.c')
-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 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)
2146 if (NULL == uc->ksk_uri) 2146 if (NULL == uc->ksk_uri)
2147 { 2147 {
2148 GNUNET_break (0); 2148 GNUNET_break (0);
2149 GNUNET_free_non_null (emsg);
2149 goto cleanup; 2150 goto cleanup;
2150 } 2151 }
2151 } 2152 }