From 79676fbb334832a1f56803b5edb7ef598ce75b33 Mon Sep 17 00:00:00 2001
From: Drake Arconis <drake@alchemyviewer.org>
Date: Wed, 29 Oct 2014 19:45:13 -0400
Subject: [PATCH] I missed a mutex.

---
 indra/llcommon/llapr.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/llapr.cpp b/indra/llcommon/llapr.cpp
index a3d5c06c78..05cae683a8 100755
--- a/indra/llcommon/llapr.cpp
+++ b/indra/llcommon/llapr.cpp
@@ -147,7 +147,7 @@ LLVolatileAPRPool::LLVolatileAPRPool(BOOL is_local, apr_pool_t *parent, apr_size
 				  : LLAPRPool(parent, size, releasePoolFlag),
 				  mNumActiveRef(0),
 				  mNumTotalRef(0),
-				  mMutexp(NULL)
+				  mMutexp()
 {
 	//create mutex
 	if(!is_local) //not a local apr_pool, that is: shared by multiple threads.
-- 
GitLab