summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-03 20:29:57 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-03 20:29:57 +0000
commit930035ebdc308960bdb1a51ae622dd06f93a7255 (patch)
treec946f4482a983a43368acfc529c8ba154a4018b1 /indra
parent08b93d95ef9d21e39d633ada19a6cbad23c25b91 (diff)
CID-273
Checker: UNINIT_CTOR Function: NamedTimerFactory::NamedTimerFactory() File: /indra/llcommon/llfasttimer_class.cpp
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llfasttimer_class.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llcommon/llfasttimer_class.cpp b/indra/llcommon/llfasttimer_class.cpp
index fae0a66873..6d8d81e114 100644
--- a/indra/llcommon/llfasttimer_class.cpp
+++ b/indra/llcommon/llfasttimer_class.cpp
@@ -114,7 +114,11 @@ static timer_tree_dfs_iterator_t end_timer_tree()
class NamedTimerFactory : public LLSingleton<NamedTimerFactory>
{
public:
- NamedTimerFactory()
+ NamedTimerFactory()
+ : mActiveTimerRoot(NULL),
+ mTimerRoot(NULL),
+ mAppTimer(NULL),
+ mRootFrameState(NULL)
{}
/*virtual */ void initSingleton()