commit | 9166c3c0d68f69005b85f7ef6b8888cf4c341411 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Dec 10 16:42:21 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 13 21:05:20 2016 -0500 |
tree | 50d21640eb68471b4d717605f33662e21175872a | |
parent | 9e7d588937af50c39527380e7196ae9adec4a865 [diff] |
ext4_common.c: Clean up failure cases in alloc_triple_indirect_block As noted by Coverity, when we have an error in alloc_triple_indirect_block we will leak ti_pbuff_start_addr as it's not being freed. Further inspection here shows that we could also leak ti_cbuff_start_addr in one corner case so free that as well. Reported-by: Coverity (CID 131205, 131206) Signed-off-by: Tom Rini <trini@konsulko.com>