Cc: Supreeth Venkatesh <[email protected]>
Cc: Jiaxin Wu <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Jin <[email protected]>
---
uefi-sct/SctPkg/Library/SctLib/Print.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/uefi-sct/SctPkg/Library/SctLib/Print.c
b/uefi-sct/SctPkg/Library/SctLib/Print.c
index c25aff11..e523073a 100644
--- a/uefi-sct/SctPkg/Library/SctLib/Print.c
+++ b/uefi-sct/SctPkg/Library/SctLib/Print.c
@@ -2,7 +2,7 @@
Copyright 2006 - 2015 Unified EFI, Inc.<BR>
Copyright (c) 2013 - 2014, ARM Ltd. All rights reserved.<BR>
- Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD
License
@@ -676,7 +676,9 @@ _IPrint (
}
ret = _Print (&ps);
- SctFreePool(ps.fmt.u.pw);
+ if (fmt) {
+ SctFreePool(ps.fmt.u.pw);
+ }
return ret;
}
--
2.18.0.windows.1
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel