diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-01-26 11:13:04 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-01-26 11:13:04 -0700 |
commit | 8f54dc2958e75587165623b0292940200fb49f59 (patch) | |
tree | 33b40418e686a572e2154f07aaa2a5d377e9b10e /indra/llcommon/llmemtype.cpp | |
parent | eec332cfbe200f585d8fd382867b90d89d1ab5c0 (diff) |
for SH-846: design and implement the debug code to locate memory leaking
Diffstat (limited to 'indra/llcommon/llmemtype.cpp')
-rw-r--r-- | indra/llcommon/llmemtype.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llmemtype.cpp b/indra/llcommon/llmemtype.cpp index fe83f87d4b..6290a7158f 100644 --- a/indra/llcommon/llmemtype.cpp +++ b/indra/llcommon/llmemtype.cpp @@ -229,3 +229,4 @@ char const * LLMemType::getNameFromID(S32 id) return DeclareMemType::mNameList[id]; } +//-------------------------------------------------------------------------------------------------- |