diff options
-rw-r--r-- | indra/llcommon/lltracerecording.cpp | 1 |
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; |