mirror of https://github.com/acidanthera/audk.git
The input StringInfo should be kept for HiiStringIdToImage() function.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11336 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c1e2b15289
commit
1b88f96461
|
@ -2299,7 +2299,6 @@ HiiStringIdToImage (
|
||||||
CurrentLanguage = NULL;
|
CurrentLanguage = NULL;
|
||||||
BestLanguage = NULL;
|
BestLanguage = NULL;
|
||||||
String = NULL;
|
String = NULL;
|
||||||
StringInfo = NULL;
|
|
||||||
StringFontInfo = NULL;
|
StringFontInfo = NULL;
|
||||||
NewStringInfo = NULL;
|
NewStringInfo = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue