]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c
Remove the unncessary assignment.
[mirror_edk2.git] / 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