mirror of https://github.com/acidanthera/audk.git
Remove the unncessary assignment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5632 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6d2e8727b7
commit
4a9cfab5a4
|
@ -1094,7 +1094,6 @@ SafeFreePool (
|
|||
{
|
||||
if (Buffer != NULL) {
|
||||
FreePool (Buffer);
|
||||
Buffer = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue