masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.
BSD 3-Clause "New" or "Revised" License
182 stars 71 forks source link

CurlEasy.setWriteData() bug #17

Closed lailongwei closed 8 years ago

lailongwei commented 8 years ago

when I second times call this method, old saved _curlWriteData not call freeHandle() to free, It trigger GC memory leak

masroore commented 8 years ago

thanks for the fix #20