summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcurl.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-02-03 22:01:46 -0700
committerXiaohong Bao <bao@lindenlab.com>2012-02-03 22:01:46 -0700
commit5e74293b0cfe562e8e3184217f27b3e86afe5277 (patch)
tree2abb0bd4b805f61c164a8d7807ad0dc1b9113f68 /indra/llmessage/llcurl.h
parentcd468364a77ca184133f8c49c9042cefae5c6ce1 (diff)
fix for SH-2941: crash at LLCurl::Easy::~Easy()
Diffstat (limited to 'indra/llmessage/llcurl.h')
-rw-r--r--indra/llmessage/llcurl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h
index fd664c0fa1..579ba0b1ab 100644
--- a/indra/llmessage/llcurl.h
+++ b/indra/llmessage/llcurl.h
@@ -318,7 +318,7 @@ public:
private:
void easyFree(LLCurl::Easy*);
- void cleanup() ;
+ void cleanup(bool deleted = false) ;
CURLM* mCurlMultiHandle;