commit 05dc002ec4f5396b5633fcf686cd4cd2d06ae776 parent 9af213e65c0c4d8daac0e6509c931c6f880ca03c Author: Martin Schanzenbach <mschanzenbach@posteo.de> Date: Sat, 15 May 2021 20:12:10 +0200 -coverity: fix memleak Diffstat:
| M | src/reclaim/pabc_helper.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/reclaim/pabc_helper.c b/src/reclaim/pabc_helper.c @@ -96,6 +96,7 @@ read_file (char const *const filename, char **buffer) fail: GNUNET_DISK_file_close (fh); + GNUNET_free (*buffer); return GNUNET_SYSERR; }