commit | 791a55c17fe061fd5597c7863c4e7a1e8d6ce564 | [log] [tgz] |
---|---|---|
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | Mon Dec 15 08:40:37 2008 +0000 |
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | Mon Dec 15 08:40:37 2008 +0000 |
tree | 1a3aa63ca3e4177f7619b91c25d0aa953f0485fe | |
parent | acfee45d712beb91f826b92a58c7da4fcd9ee1a1 [diff] |
Check in fix for Richford recovery. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/V1_20081201_r6781@7031 6f19259b-4bc3-4df7-8a09-765794883524
diff --git a/MdeModulePkg/Library/GenericBdsLib/DevicePath.c b/MdeModulePkg/Library/GenericBdsLib/DevicePath.c index 421bba0..fd6c8dc 100644 --- a/MdeModulePkg/Library/GenericBdsLib/DevicePath.c +++ b/MdeModulePkg/Library/GenericBdsLib/DevicePath.c
@@ -1480,10 +1480,6 @@ // DevPathNode = NextDevicePathNode (DevPathNode); } - // - // Shrink pool used for string allocation - // - FreePool (DevPath); Done: NewSize = (Str.len + 1) * sizeof (CHAR16);