*** empty log message ***

This commit is contained in:
Gisle Vanem 2004-10-06 13:24:08 +00:00
parent 01acbfa1a5
commit a91a75355d
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,6 @@ int main(int argc, char **argv)
}
}
curl_multi_cleanup(multi_handle);
/* See how the transfers went */
while ((msg = curl_multi_info_read(multi_handle, &msgs_left))) {
if (msg->msg == CURLMSG_DONE) {
@ -120,6 +118,8 @@ int main(int argc, char **argv)
}
}
curl_multi_cleanup(multi_handle);
/* Free the CURL handles */
for (i=0; i<HANDLECOUNT; i++)
curl_easy_cleanup(handles[i]);