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:
@ -1242,7 +1242,7 @@ Exit:
|
|||||||
if (Value != NULL) {
|
if (Value != NULL) {
|
||||||
FreePool (Value);
|
FreePool (Value);
|
||||||
}
|
}
|
||||||
if (ConfigElement) {
|
if (ConfigElement != NULL) {
|
||||||
FreePool (ConfigElement);
|
FreePool (ConfigElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user