[PATCH v2 2/2] winusb: Add WinUsb_Free semi-stub.

Zebediah Figura zfigura at codeweavers.com
Fri Mar 11 10:47:30 CST 2022


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?



More information about the wine-devel mailing list