Message ID | 20211020120345.2016045-1-wanghai38@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | libertas: Fix some memory leak bugs | expand |
On Wed, Oct 20, 2021 at 5:04 AM Wang Hai <wanghai38@huawei.com> 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@chromium.org>