[BOOTLIB]
authorPierre Schweitzer <pierre@reactos.org>
Thu, 14 Jul 2016 12:40:17 +0000 (12:40 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Thu, 14 Jul 2016 12:40:17 +0000 (12:40 +0000)
Don't deal with uninit ptr.

CID #1363698

svn path=/trunk/; revision=71938

reactos/boot/environ/lib/misc/image.c

index 42c194e..05dee89 100644 (file)
@@ -1309,6 +1309,7 @@ BlImgLoadBootApplication (
     DeviceId = -1;
     Device = NULL;
     ImageAppEntry = NULL;
     DeviceId = -1;
     Device = NULL;
     ImageAppEntry = NULL;
+    AppEntry = NULL;
     Path = NULL;
     ImageSize = 0;
     ImageBase = NULL;
     Path = NULL;
     ImageSize = 0;
     ImageBase = NULL;