forked from pool/virtualbox
14 lines
553 B
Diff
14 lines
553 B
Diff
|
Index: VirtualBox-6.0.10/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.c
|
||
|
===================================================================
|
||
|
--- VirtualBox-6.0.10.orig/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.c
|
||
|
+++ VirtualBox-6.0.10/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.c
|
||
|
@@ -130,7 +130,7 @@ static struct vboxguest_module_info g_VB
|
||
|
RTMemAllocExTag,
|
||
|
RTMemContAlloc,
|
||
|
RTMemContFree,
|
||
|
- RTMemFreeEx,
|
||
|
+ RTMemFreeExG,
|
||
|
RTMpIsCpuPossible,
|
||
|
RTMpNotificationDeregister,
|
||
|
RTMpNotificationRegister,
|