Chris Faherty fixed a free-twice problem

This commit is contained in:
Daniel Stenberg 2000-11-13 07:51:23 +00:00
Родитель 143ff23c4f
Коммит 460aa295e0
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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