[Home]

Summary:ASTERISK-10878: [patch] Avoid asterisk crash when unloading module app_meetme
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2007-11-25 02:32:44.000-0600Date Closed:2007-11-26 08:40:27.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_meetme.c.patch
Description:app_meetme is creating contexts and never destroying them on unload, so a broken reference to 'registrar' appears when we do a module unload generating an asterisk to crash.
Comments:By: Digium Subversion (svnbot) 2007-11-26 08:38:33.000-0600

Repository: asterisk
Revision: 89571

U   branches/1.4/apps/app_meetme.c

------------------------------------------------------------------------
r89571 | file | 2007-11-26 08:38:32 -0600 (Mon, 26 Nov 2007) | 4 lines

When unloading app_meetme destroy any auto created contexts created by SLA.
(closes issue ASTERISK-10878)
Reported by: eliel

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-11-26 08:40:27.000-0600

Repository: asterisk
Revision: 89572

_U  trunk/
U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r89572 | file | 2007-11-26 08:40:27 -0600 (Mon, 26 Nov 2007) | 12 lines

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 ASTERISK-10878)
Reported by: eliel

........

------------------------------------------------------------------------