aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-13 13:34:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-13 13:34:16 +0000
commita140e5311d4cc2dd72a172443643839723b30bde (patch)
treeb25defb93760d44f40d43169ac4e120be86933fc /lib/ftp.c
parent7686ac3f2c4fcc7ed8720c7ab5392031d73dcc1c (diff)
moved the protocol-specific free to allow easier multiple transfers
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index c6f8b6191..6ec17c11a 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -545,9 +545,6 @@ CURLcode Curl_ftp_done(struct connectdata *conn)
}
}
- free(ftp);
- data->proto.ftp=NULL; /* it is gone */
-
return CURLE_OK;
}