CID-370
Checker: UNINIT_CTOR Function: LLVivoxProtocolParser::LLVivoxProtocolParser() File: /indra/newview/llvoicevivox.cppmaster
parent
be3e754b34
commit
da612aa105
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue