aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }