summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorNavid Emamdoost <navid.emamdoost@gmail.com>2019-10-04 15:16:48 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-04 13:34:12 +0100
commit4a6cf20ca09434486bfbfc742c960157c23c931d (patch)
treece10af9956e6b387f91b7bd4cdfacab8ee2bbdef /include/linux
parentd79d036dabed23b8c1ede9bd648822dc38304bdd (diff)
mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring
[ Upstream commit d10dcb615c8e29d403a24d35f8310a7a53e3050c ] In mwifiex_pcie_init_evt_ring, a new skb is allocated which should be released if mwifiex_map_pci_memory() fails. The release for skb and card->evtbd_ring_vbase is added. Fixes: 0732484b47b5 ("mwifiex: separate ring initialization and ring creation routines") Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com> Acked-by: Ganapathi Bhat <gbhat@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions