summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-28 10:25:09 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-28 10:25:09 -0800
commit0d5a6ea3c008664935e297c4856d3c7f5387412b (patch)
treed2794757c3da5add13f5eef306d791bc1963df47 /indra
parent7ba57dfe101ecd220d9a26a0a2b759305ead0d0f (diff)
CID-331
Checker: UNINIT_CTOR Function: LLPrimitive::LLPrimitive() File: /indra/llprimitive/llprimitive.cpp
Diffstat (limited to 'indra')
-rw-r--r--indra/llprimitive/llprimitive.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llprimitive.cpp b/indra/llprimitive/llprimitive.cpp
index 5ad758072c..b75d1b0f67 100644
--- a/indra/llprimitive/llprimitive.cpp
+++ b/indra/llprimitive/llprimitive.cpp
@@ -154,6 +154,7 @@ bool LLPrimitive::cleanupVolumeManager()
//===============================================================
LLPrimitive::LLPrimitive()
: mTextureList(),
+ mNumTEs(0),
mMiscFlags(0)
{
mPrimitiveCode = 0;