Re: [PATCH v2 wireless-drivers 0/2] libertas: Fix some memory leak bugs
From: Brian Norris <briannorris@chromium.org>
Date: 2021-10-20 17:33:58
Also in:
lkml, netdev
From: Brian Norris <briannorris@chromium.org>
Date: 2021-10-20 17:33:58
Also in:
lkml, netdev
On Wed, Oct 20, 2021 at 5:04 AM Wang Hai [off-list ref] 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>