mirror of https://github.com/acidanthera/audk.git
Fixed a ECC error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6631 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
86c4360b5c
commit
69367b5bb9
|
@ -1242,7 +1242,7 @@ Exit:
|
|||
if (Value != NULL) {
|
||||
FreePool (Value);
|
||||
}
|
||||
if (ConfigElement) {
|
||||
if (ConfigElement != NULL) {
|
||||
FreePool (ConfigElement);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue