Skip to content
Snippets Groups Projects
Commit c6202d42 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Join thread before leaving

parent 6281bb80
No related branches found
No related tags found
No related merge requests found
......@@ -1410,6 +1410,7 @@ SIPVoIPLink::SIPCallAnswered(SIPCall *call, pjsip_rx_data *rdata)
busy_sleep(1000);
}
pj_thread_join( thread );
pj_thread_destroy( thread );
thread = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment