While investigating a memory leak in our application, I discovered that connectdata allocated in Curl_connect does not freed in Curl_close.
It seems like conn_free should be called in Curl_close. Please take a look at the patch attached. Regards, Alexey Komnin.
0001-fix-memory-leak.patch
Description: Binary data
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
