[PATCH 2/5] fs: ext4: free directory node in ext4fs_exists()
Simon Glass
sjg at chromium.org
Sun Oct 27 18:16:41 CET 2024
On Sat, 26 Oct 2024 at 08:41, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> The directory retrieved in ext4fs_exists() should be freed to avoid a
> memory leak.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> fs/ext4/ext4fs.c | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list