winhttp(1/2): Don't call a function whose result is never used

Juan Lang juan.lang at gmail.com
Fri Dec 11 16:29:04 CST 2009


This fixes some memory leaks spotted in the valgrind logs.  The
removed function, BIO_new_fp(), returns a BIO *, which should be
associated with a context if it's to be used.  Since it never was, the
call is unneeded.
--Juan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-Don-t-call-a-function-whose-result-is-never-used.patch
Type: text/x-patch
Size: 1306 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091211/839d0285/attachment.bin>


More information about the wine-patches mailing list