mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
initialize pointer
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
4ba408424c
commit
e6ae7e5926
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user