You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resource list is only used in the setup process and was never freed.
pci_add_resource() allocates a memory area to store the list item.
Fix the memory leak.
Tested-by: Ray Jui <[email protected]>
Signed-off-by: Hauke Mehrtens <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Ray Jui <[email protected]>
0 commit comments