[2/2] dpnet: Partial Implement IDirectPlay8Peer SetPeerInfo

Nikolay Sivov bunglehead at gmail.com
Fri Jan 10 01:21:33 CST 2014


On 1/10/2014 11:18, Alistair Leslie-Hughes wrote:
> Hi,
>
>
> Changelog:
>     dpnet: Partial Implement IDirectPlay8Peer SetPeerInfo
>
>
> Best Regards
>  Alistair Leslie-Hughes
>
> +        if(This->peername)
> +            HeapFree(GetProcessHeap(), 0, This->peername);
> +        if(This->data)
> +            HeapFree(GetProcessHeap(), 0, This->data);
> +
You don't need to check for NULL.



More information about the wine-devel mailing list