Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MdePkg/Test/DevicePathLib: Remove FreePool(NULL)
Unit test checks if AppendDevicePathInstance() returns NULL. In those cases, AppendDevicePathInstance() does not allocate a device path, so the call to FreePool() must not be performed. Signed-off-by: Michael D Kinney <[email protected]>
- Loading branch information