Chris Faherty fixed a free-twice problem

This commit is contained in:
Daniel Stenberg 2000-11-13 07:51:23 +00:00
parent 143ff23c4f
commit 460aa295e0
1 changed files with 0 additions and 2 deletions

View File

@ -184,7 +184,5 @@ CURLcode file(struct connectdata *conn)
close(fd);
free(actual_path);
return res;
}