Forgot closing handle.

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