summaryrefslogtreecommitdiff
path: root/indra/llcommon/llmemory.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-10-10 16:31:56 -0600
committerXiaohong Bao <bao@lindenlab.com>2011-10-10 16:31:56 -0600
commit897972636d0fdd0c6dc76e1a337bb43e1aa9bc0c (patch)
tree74503db3d9c77ae4b3a93166edbe921f523d6f03 /indra/llcommon/llmemory.h
parent5ef05e151d24e15a175d4f78ff17b6abdd36bbc4 (diff)
fix for SH-2464: Crash on exit in LLPrivateMemoryPoolManager::freeMem
Diffstat (limited to 'indra/llcommon/llmemory.h')
-rw-r--r--indra/llcommon/llmemory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llmemory.h b/indra/llcommon/llmemory.h
index db753f0d8b..25e6c68e88 100644
--- a/indra/llcommon/llmemory.h
+++ b/indra/llcommon/llmemory.h
@@ -399,6 +399,7 @@ private:
std::vector<LLPrivateMemoryPool*> mPoolList ;
BOOL mPrivatePoolEnabled;
+ static std::vector<LLPrivateMemoryPool*> sDanglingPoolList ;
public:
//debug and statistics info.
void updateStatistics() ;