fix for SH-2941: crash at LLCurl::Easy::~Easy() (Bao Linden)

This commit is contained in:
Siana Gearz
2012-03-21 21:31:31 +01:00
parent a57ad256b5
commit 1e9e7d701d
2 changed files with 8 additions and 3 deletions

View File

@@ -318,7 +318,7 @@ public:
private:
void easyFree(LLCurl::Easy*);
void cleanup() ;
void cleanup(bool deleted = false);
CURLM* mCurlMultiHandle;