summaryrefslogtreecommitdiff
path: root/indra/llcommon/llmemtype.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-01-26 11:13:04 -0700
committerXiaohong Bao <bao@lindenlab.com>2011-01-26 11:13:04 -0700
commit8f54dc2958e75587165623b0292940200fb49f59 (patch)
tree33b40418e686a572e2154f07aaa2a5d377e9b10e /indra/llcommon/llmemtype.cpp
parenteec332cfbe200f585d8fd382867b90d89d1ab5c0 (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.cpp1
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];
}
+//--------------------------------------------------------------------------------------------------