mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
ShellPkg/LoadPciRom: Fix memory leak
Package is never freed. Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
This commit is contained in:
parent
6dea226953
commit
c827978910
1 changed files with 2 additions and 0 deletions
|
|
@ -185,6 +185,8 @@ ShellCommandRunLoadPciRom (
|
|||
}
|
||||
}
|
||||
|
||||
ShellCommandLineFreeVarList (Package);
|
||||
|
||||
return (ShellStatus);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue