On Wed, Oct 20, 2021 at 5:04 AM Wang Hai <wanghai38@xxxxxxxxxx> wrote: > This patchset fixes some memory leak bugs by adding the missing kfree(). You could probably just as well switch the kzalloc()'s to be devm_kzalloc()'s, but either way works I guess. Reviewed-by: Brian Norris <briannorris@xxxxxxxxxxxx>