[svn-commits] rmudgett: branch 12 r410671 - /branches/12/apps/confbridge/conf_chan_announce.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 17 11:42:09 CDT 2014


Author: rmudgett
Date: Mon Mar 17 11:42:05 2014
New Revision: 410671

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410671
Log:
app_confbridge: Add missing destructor call to announcer channel destructor.

Modified:
    branches/12/apps/confbridge/conf_chan_announce.c

Modified: branches/12/apps/confbridge/conf_chan_announce.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/apps/confbridge/conf_chan_announce.c?view=diff&rev=410671&r1=410670&r2=410671
==============================================================================
--- branches/12/apps/confbridge/conf_chan_announce.c (original)
+++ branches/12/apps/confbridge/conf_chan_announce.c Mon Mar 17 11:42:05 2014
@@ -75,6 +75,7 @@
 
 	ao2_cleanup(doomed->bridge);
 	doomed->bridge = NULL;
+	ast_unreal_destructor(&doomed->base);
 }
 
 static struct ast_channel *announce_request(const char *type, struct ast_format_cap *cap, const struct ast_assigned_ids *assignedids, const struct ast_channel *requestor, const char *data, int *cause)




More information about the svn-commits mailing list