diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-12 06:21:35 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-12 06:21:35 +0000 |
commit | 4a9cfab5a4fe92301d3431ba6cc3868edd4fe9c6 (patch) | |
tree | 428f3fe4e89e74511bffd70a4ad4e6686277bc55 /MdePkg/Library/DxeMemoryAllocationLib | |
parent | 6d2e8727b7608da76113c879851d6d69f88bfed0 (diff) | |
download | edk2-platforms-4a9cfab5a4fe92301d3431ba6cc3868edd4fe9c6.tar.xz |
Remove the unncessary assignment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5632 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeMemoryAllocationLib')
-rw-r--r-- | MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
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;
}
}
|