Skip to content
Snippets Groups Projects
Commit 2326adc6 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #6596: don't call Ost::Thread::terminate from dtor

parent 76c9c81e
No related branches found
No related tags found
No related merge requests found
......@@ -54,14 +54,12 @@ AudioSymmetricRtpSession::AudioSymmetricRtpSession (SIPCall * sipcall) :
AudioSymmetricRtpSession::~AudioSymmetricRtpSession()
{
ost::Thread::terminate();
_info ("AudioSymmetricRtpSession: Delete AudioSymmetricRtpSession instance");
}
void AudioSymmetricRtpSession::final()
{
delete _rtpThread;
delete this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment