[PATCH 6/7] ws2_32: implement AcceptEx

Juan Lang juan.lang at gmail.com
Fri Aug 28 13:01:48 CDT 2009


Hi Mike, I have one minor nit on this patch:

+    if (wsa->read) HeapFree( GetProcessHeap(), 0, wsa->read );
Please don't check if (wsa->read) is NULL before calling HeapFree.
HeapFree already does the correct thing given NULL, and we had a bunch
of patches to remove checks like this.
--Juan



More information about the wine-devel mailing list