]> granicus.if.org Git - curl/commit
The redirected error stream was closed before curl_easy_cleanup() was made,
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Aug 2001 09:47:53 +0000 (09:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Aug 2001 09:47:53 +0000 (09:47 +0000)
commitf112cc14b9af2a2754ad1bcaa77c65a1ccaa3954
treef693b302384b3f2506820152275a7d6723d8d469
parent5de39884c3af4251a7215511aa793b1978c51b2f
The redirected error stream was closed before curl_easy_cleanup() was made,
and when VERBOSE was enabled, that used the stream. Also, the stream was
closed even if we looped to get more files.
Corrects Dustin Boswell's bug report #441610
src/main.c