initialize pointer

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2022-04-30 21:51:40 +03:00
parent 4ba408424c
commit e6ae7e5926

View File

@ -717,7 +717,7 @@ IsOsxHibernated (IN LOADER_ENTRY *Entry)
UINTN Size = 0;
UINT8 *Data = NULL;
REFIT_VOLUME *Volume = Entry->Volume;
EFI_GUID *BootGUID;
EFI_GUID *BootGUID = NULL;
XBool ret = false;
UINT8 *Value = NULL;