mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -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);
|
close(fd);
|
||||||
|
|
||||||
free(actual_path);
|
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user