diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-15 08:40:37 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-15 08:40:37 +0000 |
commit | 791a55c17fe061fd5597c7863c4e7a1e8d6ce564 (patch) | |
tree | 1a3aa63ca3e4177f7619b91c25d0aa953f0485fe | |
parent | acfee45d712beb91f826b92a58c7da4fcd9ee1a1 (diff) | |
download | edk2-svn/branches/V1_20081201_r6781.zip edk2-svn/branches/V1_20081201_r6781.tar.gz edk2-svn/branches/V1_20081201_r6781.tar.bz2 |
Check in fix for Richford recovery.svn/branches/V1_20081201_r6781
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/V1_20081201_r6781@7031 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Library/GenericBdsLib/DevicePath.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ DevicePathToStr ( //
DevPathNode = NextDevicePathNode (DevPathNode);
}
- //
- // Shrink pool used for string allocation
- //
- FreePool (DevPath);
Done:
NewSize = (Str.len + 1) * sizeof (CHAR16);
|