audk/MdeModulePkg/Bus/Usb/UsbKbDxe
qwang12 676df92c2c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code.
It is recommended that module writer should keep track how a pointer is allocated and free it after use.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6306 6f19259b-4bc3-4df7-8a09-765794883524
2008-10-30 07:32:46 +00:00
..
ComponentName.c modify coding style to pass ecc tool 2008-07-23 06:29:46 +00:00
EfiKey.c modify coding style to pass ecc tool 2008-07-23 06:29:46 +00:00
EfiKey.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
KeyBoard.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
KeyBoard.h modify coding style to pass ecc tool 2008-07-23 06:29:46 +00:00
UsbKbDxe.inf Update some module INF files in MdeModulePkg to "UEFI_DRIVER" 2008-08-18 09:18:44 +00:00