Loading lib/ftp.c +3 −0 Original line number Diff line number Diff line Loading @@ -774,6 +774,9 @@ CURLcode _ftp(struct connectdata *conn) free(hostdataptr); return CURLE_FTP_PORT_FAILED; } if(hostdataptr) /* free the memory used for name lookup */ free(hostdataptr); } else { failf(data, "could't find my own IP address (%s)", myhost); Loading Loading
lib/ftp.c +3 −0 Original line number Diff line number Diff line Loading @@ -774,6 +774,9 @@ CURLcode _ftp(struct connectdata *conn) free(hostdataptr); return CURLE_FTP_PORT_FAILED; } if(hostdataptr) /* free the memory used for name lookup */ free(hostdataptr); } else { failf(data, "could't find my own IP address (%s)", myhost); Loading