mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-26 03:34:03 +00:00
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:
|
||
|---|---|---|
| .. | ||
| libwx | ||
| ngbe | ||
| txgbe | ||
| Kconfig | ||
| Makefile | ||