[svn-commits] file: trunk r89572 - in /trunk: ./ apps/app_meetme.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 26 08:42:58 CST 2007


Author: file
Date: Mon Nov 26 08:42:57 2007
New Revision: 89572

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89572
Log:
Merged revisions 89571 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r89571 | file | 2007-11-26 10:41:03 -0400 (Mon, 26 Nov 2007) | 4 lines

When unloading app_meetme destroy any auto created contexts created by SLA.
(closes issue #11367)
Reported by: eliel

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_meetme.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_meetme.c?view=diff&rev=89572&r1=89571&r2=89572
==============================================================================
--- trunk/apps/app_meetme.c (original)
+++ trunk/apps/app_meetme.c Mon Nov 26 08:42:57 2007
@@ -5191,6 +5191,9 @@
 		pthread_join(sla.thread, NULL);
 	}
 
+	/* Drop any created contexts from the dialplan */
+	ast_context_destroy(NULL, sla_registrar);
+
 	ast_mutex_destroy(&sla.lock);
 	ast_cond_destroy(&sla.cond);
 }




More information about the svn-commits mailing list