]> granicus.if.org Git - curl/commit
tool_operate: fix implicit call to easysrc_cleanup
authorJay Satiro <raysatiro@yahoo.com>
Mon, 22 Jul 2019 19:43:41 +0000 (15:43 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 23 Jul 2019 14:44:55 +0000 (10:44 -0400)
commitcdf7d13bcb144756af8d3ae2dc92d638a65e0e0f
treea8c968b6efc13b839055f088094ff2d3e8564175
parent23c99f60babd64164776c8bef1525fa411f8bed1
tool_operate: fix implicit call to easysrc_cleanup

easysrc_cleanup is only defined when CURL_DISABLE_LIBCURL_OPTION is not
defined, and prior to this change would be called regardless.

Bug: https://github.com/curl/curl/pull/3804#issuecomment-513922637
Reported-by: Marcel Raad
Closes https://github.com/curl/curl/pull/4142
src/tool_operate.c