diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 15:31:56 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 15:31:56 -0800 |
commit | 641f292a5ada637da3729c77ebfccd6b7edab538 (patch) | |
tree | b7116c982a1a4219e2c4f6d851ecced278dadbf0 /indra/llmessage | |
parent | f4c0a5b042087214acc868783d4c98753070de5b (diff) |
CID-308
Checker: UNINIT_CTOR
Function: LLPartSysCompressedPacket::LLPartSysCompressedPacket()
File: /indra/llmessage/partsyspacket.cpp
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/partsyspacket.cpp | 2 |
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); } |