summaryrefslogtreecommitdiff
path: root/indra/newview/llvoground.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-11-03 16:19:54 -0400
committerOz Linden <oz@lindenlab.com>2017-11-03 16:19:54 -0400
commit1a09fee8e1f9ca5319276ede10e36cffe7284a1a (patch)
tree32edfdd7b1668bd8cf7f05ed3c436173b57aafa2 /indra/newview/llvoground.cpp
parent69c6d6fc6305e7640c2a5523fecf258d0daebe4b (diff)
[FIXED] Access (read) violation using a LLVivoxVoiceClient::sessionState() after it's been free'ed
The shared pointer is passed by reference to LLVivoxVoiceClient::deleteSession() where mSessionsByHandle.erase(iter) removes the last reference causing it to destruct while still being accessed later on in the function. (from Kitty Barnett)
Diffstat (limited to 'indra/newview/llvoground.cpp')
0 files changed, 0 insertions, 0 deletions