This commit is contained in:
lotodore
2008-04-19 23:30:06 +00:00
parent fc5efc13b1
commit 7b9e16d3a2
+1 -1
View File
@@ -103,8 +103,8 @@ DownloadHelper::Process()
retVal = true;
}
return retVal;*/
Cleanup();
curl_easy_perform(m_data->curlHandle);
Cleanup();
return true;
}