[asterisk-commits] file: branch 11 r423253 - /branches/11/res/res_rtp_asterisk.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 17 13:02:26 CDT 2014
Author: file
Date: Wed Sep 17 13:02:21 2014
New Revision: 423253
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=423253
Log:
res_rtp_asterisk: Ensure that the thread terminating pj stuff is registered.
Modified:
branches/11/res/res_rtp_asterisk.c
Modified: branches/11/res/res_rtp_asterisk.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/res_rtp_asterisk.c?view=diff&rev=423253&r1=423252&r2=423253
==============================================================================
--- branches/11/res/res_rtp_asterisk.c (original)
+++ branches/11/res/res_rtp_asterisk.c Wed Sep 17 13:02:21 2014
@@ -5148,6 +5148,8 @@
#ifdef USE_PJPROJECT
static void rtp_terminate_pjproject(void)
{
+ pj_thread_register_check();
+
if (timer_thread) {
timer_terminate = 1;
pj_thread_join(timer_thread);
More information about the asterisk-commits
mailing list