diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-03 20:52:06 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-03 20:52:06 +0000 |
commit | f1606535e121aff163b5499ab487dcfb04d524b7 (patch) | |
tree | 58aabb4e07d6db04847894b481475a097cb245e1 /indra | |
parent | d98df93ce28be57a7759a3e321ba5f3ebaf8617a (diff) |
CID-262
Checker: UNINIT_CTOR
Function: LLPluginProcessParent::LLPluginProcessParent(LLPluginProcessParentOwner *)
File: /indra/llplugin/llpluginprocessparent.cpp
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llplugin/llpluginprocessparent.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginprocessparent.cpp b/indra/llplugin/llpluginprocessparent.cpp index 49f9783824..efd5df687e 100644 --- a/indra/llplugin/llpluginprocessparent.cpp +++ b/indra/llplugin/llpluginprocessparent.cpp @@ -50,6 +50,8 @@ LLPluginProcessParent::LLPluginProcessParent(LLPluginProcessParentOwner *owner) mOwner = owner; mBoundPort = 0; mState = STATE_UNINITIALIZED; + mSleepTime = 0.0; + mCPUUsage = 0.0; mDisableTimeout = false; mDebug = false; |