diff options
| -rw-r--r-- | indra/newview/llvoiceclient.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 91353281a8..42e44634b6 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -81,8 +81,10 @@ std::string LLVoiceClientStatusObserver::status2string(LLVoiceClientStatusObserv  ///////////////////////////////////////////////////////////////////////////////////////////////  LLVoiceClient::LLVoiceClient() +	: +	mVoiceModule(NULL), +	m_servicePump(NULL)  { -	mVoiceModule = NULL;  }  //--------------------------------------------------- | 
