mirror of
https://github.com/curl/curl.git
synced 2026-05-30 12:37:28 +03:00
Chris Faherty fixed a free-twice problem
This commit is contained in:
parent
143ff23c4f
commit
460aa295e0
1 changed files with 0 additions and 2 deletions
|
|
@ -184,7 +184,5 @@ CURLcode file(struct connectdata *conn)
|
|||
|
||||
close(fd);
|
||||
|
||||
free(actual_path);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue