commit | 7ce9745cbeae7733a7068f19a7fc3ec8f21dc38c | [log] [tgz] |
---|---|---|
author | Richard Genoud <richard.genoud@posteo.net> | Tue Nov 03 12:11:13 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 19 09:45:49 2020 -0500 |
tree | 7d08dee7e06b3dea833780127232108e11238279 | |
parent | b34949fe9baaae49003b2981213495bab3afef9b [diff] |
fs/squashfs: sqfs_read: fix memory leak sqfs_closedir() should be called to free memory allocated by sqfs_opendir() Reviewed-by: Joao Marcos Costa <jmcosta944@gmail.com> Signed-off-by: Richard Genoud <richard.genoud@posteo.net>