Skip to content
Snippets Groups Projects
Commit 1a09fee8 authored by Oz Linden's avatar Oz Linden
Browse files

[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)
parent 69c6d6fc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment