mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-20 17:18:11 +02:00
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 <michael.d.kinney@intel.com>