From c081efa460ddecb8faff92fd77068ff0ea8d19b4 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 30 Jul 2011 20:28:34 -0500 Subject: [PATCH] LLVoiceClient::mNextAudioSession now initialized. --- indra/newview/llvoiceclient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 7c3022f06..5fef0f877 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -1120,6 +1120,7 @@ LLVoiceClient::LLVoiceClient() mSpeakerVolume = 0; mMicVolume = 0; + mNextAudioSession = NULL; mAudioSession = NULL; mAudioSessionChanged = false;