mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcDeviceMiscLib: Fix another NULL free
This commit is contained in:
parent
fb06828c0d
commit
562f85685d
@ -252,9 +252,13 @@ OcReloadOptionRoms (
|
||||
}
|
||||
}
|
||||
|
||||
FreePool (BindingHandleBuffer);
|
||||
if (BindingHandleBuffer != NULL) {
|
||||
FreePool (BindingHandleBuffer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
FreePool (HandleArray);
|
||||
|
||||
return ReturnStatus;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user