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);