summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-29 15:31:56 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-29 15:31:56 -0800
commit641f292a5ada637da3729c77ebfccd6b7edab538 (patch)
treeb7116c982a1a4219e2c4f6d851ecced278dadbf0 /indra
parentf4c0a5b042087214acc868783d4c98753070de5b (diff)
CID-308
Checker: UNINIT_CTOR Function: LLPartSysCompressedPacket::LLPartSysCompressedPacket() File: /indra/llmessage/partsyspacket.cpp
Diffstat (limited to 'indra')
-rw-r--r--indra/llmessage/partsyspacket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/partsyspacket.cpp b/indra/llmessage/partsyspacket.cpp
index cfb3572d84..2f9e59accb 100644
--- a/indra/llmessage/partsyspacket.cpp
+++ b/indra/llmessage/partsyspacket.cpp
@@ -144,6 +144,8 @@ LLPartSysCompressedPacket::LLPartSysCompressedPacket()
mData[i] = '\0';
}
+ mNumBytes = 0;
+
gSetInitDataDefaults(&mDefaults);
}