This commit is contained in:
Yang Tse 2008-10-17 13:33:13 +00:00
parent c141d99059
commit fb08868e54
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ static void close_connections(struct SessionHandle *data)
long i;
do
i = ConnectionKillOne(data);
while(i != -1L);
} while(i != -1L);
}
void Curl_freeset(struct SessionHandle * data)