commit | 991201e413a396bd7924594348574c8adc560389 | [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 | 5dd30f70b406271244234159ec1529b7bfd88368 [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>