Giaslas Georgios's Host: over proxy fix

This commit is contained in:
Daniel Stenberg 2002-02-17 11:17:37 +00:00
parent 0b57fa9c51
commit feb6b6445e
1 changed files with 1 additions and 0 deletions

View File

@ -1984,6 +1984,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
/* we need these pointers if we speak over a proxy */
conn->hostname = old_conn->gname;
conn->name = old_conn->name;
free(conn->path); /* free the previously allocated path pointer */