commit | fa9ca8a5d271e0533f61222df2bd6fd512687dbd | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Sep 26 22:43:45 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 11:28:22 2017 -0400 |
tree | a8a601bf10a01645aad37ee16a77ae4ad5c21209 | |
parent | 3c2dff5490831f85f06aa78aad5ef537b661cecf [diff] |
fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_ls As reported by Coverity, we did not free dirnode in the case of failure. Do so now. Reported-by: Coverity (CID: 131221) Cc: Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de> Signed-off-by: Tom Rini <trini@konsulko.com>