toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 73 forks source link

Ensure the form data is freed in cleanup #98

Closed julik closed 8 years ago

julik commented 8 years ago

The curl docs on https://curl.haxx.se/libcurl/c/curl_formadd.html say that after use the form list should be freed manually

toland commented 8 years ago

Nice catch. Thanks for the contribution.