[BOOTLIB]

Don't deal with uninit ptr.

CID #1363698

svn path=/trunk/; revision=71938
This commit is contained in:
Pierre Schweitzer 2016-07-14 12:40:17 +00:00
parent e7bb031141
commit d9e36e2928

View file

@ -1309,6 +1309,7 @@ BlImgLoadBootApplication (
DeviceId = -1;
Device = NULL;
ImageAppEntry = NULL;
AppEntry = NULL;
Path = NULL;
ImageSize = 0;
ImageBase = NULL;