mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Chris Faherty fixed a free-twice problem
This commit is contained in:
parent
143ff23c4f
commit
460aa295e0
@ -184,7 +184,5 @@ CURLcode file(struct connectdata *conn)
|
||||
|
||||
close(fd);
|
||||
|
||||
free(actual_path);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user