diff options
author | Dave Parks <davep@lindenlab.com> | 2011-10-14 12:38:48 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-10-14 12:38:48 -0500 |
commit | 4924f0c99b021869967f4587df703084d2bdc8ed (patch) | |
tree | ac9bcf265ddfc45cfbbd2db03ad1d17694952072 /indra/llcommon/llmemory.cpp | |
parent | c0ca8e5e2e4d3f591db3175f09c0b64b6b2e10c5 (diff) |
b782a75c99e6 backout cleanup
Diffstat (limited to 'indra/llcommon/llmemory.cpp')
-rw-r--r-- | indra/llcommon/llmemory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llmemory.cpp b/indra/llcommon/llmemory.cpp index 3b27a1639a..3c5c20d0bf 100644 --- a/indra/llcommon/llmemory.cpp +++ b/indra/llcommon/llmemory.cpp @@ -1325,7 +1325,7 @@ LLPrivateMemoryPool::LLPrivateMemoryPool(S32 type, U32 max_pool_size) : { if(type == STATIC_THREADED || type == VOLATILE_THREADED) { - mMutexp = new LLMutex ; + mMutexp = new LLMutex(NULL) ; } for(S32 i = 0 ; i < SUPER_ALLOCATION ; i++) |