commit | d56b2015e6d5695d009d8e5e3930cbf34c3b5da0 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Sep 04 22:03:45 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 11 17:15:23 2015 -0400 |
tree | 1f0bd35221f5d2c16165f2d36e9d9f0ea706abdf | |
parent | 934b14f2bb306dfa1947d30f4df90cdc8b710332 [diff] |
ext4: fix leak in check_filename() root_first_block_buffer should be free()d in all cases, not just when an error occurs. Fix the success exit path of the function to do this. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com>