[svn-commits] rmudgett: branch 11 r377710 - in /branches/11: ./ main/event.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Dec 10 19:03:31 CST 2012
Author: rmudgett
Date: Mon Dec 10 19:03:28 2012
New Revision: 377710
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=377710
Log:
Cleanup event on exit.
* Cleanup CLI commands on exit.
(issue ASTERISK-20649)
Reported by: Corey Farrell
Patches:
event_shutdown-10-only.patch (license #5909) patch uploaded by Corey Farrell
event_shutdown-1_8-11-trunk.patch (license #5909) patch uploaded by Corey Farrell
........
Merged revisions 377708 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 377709 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
branches/11/ (props changed)
branches/11/main/event.c
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: branches/11/main/event.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/main/event.c?view=diff&rev=377710&r1=377709&r2=377710
==============================================================================
--- branches/11/main/event.c (original)
+++ branches/11/main/event.c Mon Dec 10 19:03:28 2012
@@ -1817,6 +1817,8 @@
struct ast_event_sub *sub;
int i;
+ ast_cli_unregister_multiple(event_cli, ARRAY_LEN(event_cli));
+
if (event_dispatcher) {
event_dispatcher = ast_taskprocessor_unreference(event_dispatcher);
}
More information about the svn-commits
mailing list