]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the unncessary assignment.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Aug 2008 06:21:35 +0000 (06:21 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Aug 2008 06:21:35 +0000 (06:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5632 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c

index 42d05d78263e15e0e2ec86f757c57979ce17d5e7..8bd8220dea514b4f95a5ca5e8f87e037f17d6494 100644 (file)
@@ -1094,7 +1094,6 @@ SafeFreePool (
 {\r
   if (Buffer != NULL) {\r
     FreePool (Buffer);\r
-    Buffer = NULL;\r
   }\r
 }\r
 \r