summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindra/newview/llmaterialmgr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llmaterialmgr.cpp b/indra/newview/llmaterialmgr.cpp
index b4ebe4adb1..81372f10b3 100755
--- a/indra/newview/llmaterialmgr.cpp
+++ b/indra/newview/llmaterialmgr.cpp
@@ -130,9 +130,9 @@ LLMaterialMgr::LLMaterialMgr():
mGetAllCallbacks(),
mPutQueue(),
mMaterials(),
- mHttpRequest(NULL),
- mHttpHeaders(NULL),
- mHttpOptions(NULL),
+ mHttpRequest(),
+ mHttpHeaders(),
+ mHttpOptions(),
mHttpPolicy(LLCore::HttpRequest::DEFAULT_POLICY_ID),
mHttpPriority(0)
{