summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJiawen Wu <jiawenwu@trustnetic.com>2023-11-28 17:59:28 +0800
committerJakub Kicinski <kuba@kernel.org>2023-11-29 20:13:03 -0800
commit91fdb30ddfdb651509914d3ed0a0302712540fed (patch)
tree07f0466cf0fcbd9a77349dd658f5c618b8d83724 /tools
parent9f74a3dfcf83e11aedcb98250b8040dbc6d9659a (diff)
net: libwx: fix memory leak on msix entry
Since pci_free_irq_vectors() set pdev->msix_enabled as 0 in the calling of pci_msix_shutdown(), wx->msix_entries is never freed. Reordering the lines to fix the memory leak. Cc: stable@vger.kernel.org Fixes: 3f703186113f ("net: libwx: Add irq flow functions") Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com> Link: https://lore.kernel.org/r/20231128095928.1083292-1-jiawenwu@trustnetic.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions