diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-08-21 16:40:47 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-08-21 16:40:47 +0100 |
commit | da612aa105b4fddb7a5dac371ceb7a440fe8bf06 (patch) | |
tree | 787292dfb3d6bc28c333b9f46eb93206bbf83c22 /indra/newview/llvoicevivox.cpp | |
parent | be3e754b34f024fe6f44eb62420a1640572932b9 (diff) |
CID-370
Checker: UNINIT_CTOR
Function: LLVivoxProtocolParser::LLVivoxProtocolParser()
File: /indra/newview/llvoicevivox.cpp
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 15729b5175..2e003dd2b8 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -7111,6 +7111,13 @@ void LLVivoxProtocolParser::reset() alias.clear(); numberOfAliases = 0; applicationString.clear(); + id = 0; + nameString.clear(); + descriptionString.clear(); + expirationDate = LLDate(); + hasExpired = false; + fontType = 0; + fontStatus = 0; } //virtual |