commit | 149e3c2c5aac018d9da525b921a59658e2c230c0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Oct 26 08:40:45 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 01 13:37:58 2024 -0600 |
tree | 4303c2d929be507fdffe5c3ac978f5c237e39b20 | |
parent | 7fef61408fc4c0f7b0daf80a69abbf71c9d8a63e [diff] |
fs: ext4: free directory node in ext4fs_exists() The directory retrieved in ext4fs_exists() should be freed to avoid a memory leak. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>