Loading lib/gopher.c +1 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ static CURLcode gopher_do(struct connectdata *conn, bool *done) if(strlen(gopherpath) <= 2) { sel = (char *)""; len = strlen(sel); free(gopherpath); } else { char *newp; Loading Loading
lib/gopher.c +1 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ static CURLcode gopher_do(struct connectdata *conn, bool *done) if(strlen(gopherpath) <= 2) { sel = (char *)""; len = strlen(sel); free(gopherpath); } else { char *newp; Loading