From 4a9cfab5a4fe92301d3431ba6cc3868edd4fe9c6 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Tue, 12 Aug 2008 06:21:35 +0000 Subject: [PATCH] Remove the unncessary assignment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5632 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c index 42d05d7826..8bd8220dea 100644 --- a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c +++ b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c @@ -1094,7 +1094,6 @@ SafeFreePool ( { if (Buffer != NULL) { FreePool (Buffer); - Buffer = NULL; } } -- 2.39.2