X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FDevicePath%2FDevicePath.c;h=9185b89e35e21e62b9360f0636da1330aa757053;hb=46cced287e3a01c19929c4a92bbb713c9c999842;hp=76b8553b7145296b886176151eedf66fc8a93fb9;hpb=1f7e7e70d2aafbea9f56053280fbb2a7b17da8ed;p=mirror_edk2.git diff --git a/BaseTools/Source/C/DevicePath/DevicePath.c b/BaseTools/Source/C/DevicePath/DevicePath.c index 76b8553b71..9185b89e35 100644 --- a/BaseTools/Source/C/DevicePath/DevicePath.c +++ b/BaseTools/Source/C/DevicePath/DevicePath.c @@ -1,7 +1,7 @@ /** @file Definition for Device Path Tool. -Copyright (c) 2017, Intel Corporation. All rights reserved.
+Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -190,5 +190,6 @@ int main(int argc, CHAR8 *argv[]) } PrintMem (DevicePath, DevicePath->Length[0] | DevicePath->Length[1] << 8); putchar('\n'); + free(Str16); return STATUS_SUCCESS; }