diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-11-28 11:33:49 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-11-28 11:33:49 -0700 |
commit | 2851cd519338ef4a1fde15da8d4015ab4380d6cb (patch) | |
tree | e293f42016c3ce1a8e7ddb0f015ba72287381f33 /indra/newview | |
parent | be3c6747a88d8bbb2c6b87c9eb97b14a42b90ae7 (diff) |
a try fix for sh-2651: [crashhunters] Crash after google translate failure
and sh-2658: crash in LLPluginMessage::parse
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 8ecf4a80b7..2d7437f4f3 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -7020,7 +7020,6 @@ void LLVivoxVoiceClient::captureBufferPlayStopSendMessage() LLVivoxProtocolParser::LLVivoxProtocolParser() { - parser = NULL; parser = XML_ParserCreate(NULL); reset(); |