aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/pabc_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/pabc_helper.c')
-rw-r--r--src/reclaim/pabc_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reclaim/pabc_helper.c b/src/reclaim/pabc_helper.c
index 1b1dbea0f..e58b8a4f7 100644
--- a/src/reclaim/pabc_helper.c
+++ b/src/reclaim/pabc_helper.c
@@ -96,6 +96,7 @@ read_file (char const *const filename, char **buffer)
96 96
97fail: 97fail:
98 GNUNET_DISK_file_close (fh); 98 GNUNET_DISK_file_close (fh);
99 GNUNET_free (*buffer);
99 return GNUNET_SYSERR; 100 return GNUNET_SYSERR;
100} 101}
101 102