commit | 2d94480c025faf11d2e1010f5437e72d8e934127 | [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 | a1a86a1784ef8a488f9af024dcc3de57924c354e [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>