j
k
j a
j l
Zebediah Figura (@zfigura) commented about dlls/ws2_32/socket.c:
free( params ); free( ret_addr ); if (unix_path) free( unix_path );
free( params ); free( ret_addr );
free( unix_path );
You can skip the if here; free() does it for you.
Back to the thread
Back to the list