Work around an out of memory situation in Curl_ftp_done instead of
authorDan Fandrich <dan@coneharvesters.com>
Thu, 12 Apr 2007 01:26:02 +0000 (01:26 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 12 Apr 2007 01:26:02 +0000 (01:26 +0000)
commit70cce4cddd78eb09c312d97d9aae82f762f4c93a
treefff4502cc36657281e63fa9e2cc5786fcca82dc8
parent42c0ac200880a785222a8b3f403e3e6238c16707
Work around an out of memory situation in Curl_ftp_done instead of
returning an error code, to allow connections to be torn down
cleanly since this function can be called AFTER an OOM situation
has already been reached.
lib/ftp.c