free the FTP struct already in the _done() function
This commit is contained in:
Родитель
85174ed358
Коммит
ccb2b5d22c
|
@ -588,7 +588,8 @@ CURLcode ftp_done(struct connectdata *conn)
|
|||
if(ftp->dir)
|
||||
free(ftp->dir);
|
||||
|
||||
/* TBD: the ftp struct is still allocated here */
|
||||
free(ftp);
|
||||
data->proto.ftp=NULL; /* it is gone */
|
||||
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче