summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltracerecording.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/lltracerecording.cpp')
-rw-r--r--indra/llcommon/lltracerecording.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lltracerecording.cpp b/indra/llcommon/lltracerecording.cpp
index 0fd0053240..95d26f96c0 100644
--- a/indra/llcommon/lltracerecording.cpp
+++ b/indra/llcommon/lltracerecording.cpp
@@ -57,6 +57,7 @@ Recording::Recording(EPlayState state)
}
Recording::Recording( const Recording& other )
+: mActiveBuffers(NULL)
{
claim_alloc(gTraceMemStat, this);
*this = other;