11 Mar
2022
11 Mar
'22
4:47 p.m.
On 3/10/22 22:57, Mohamad Al-Jaf wrote:
+/*********************************************************************** + * WinUsb_Free (winusb.@) + */ +BOOL WINAPI WinUsb_Free(WINUSB_INTERFACE_HANDLE handle) +{ + FIXME( "(%p) - semi-stub\n", handle ); + if (handle) HeapFree( GetProcessHeap(), 0, handle ); + return TRUE; +}
This doesn't make any sense by itself. Where is that handle coming from?