[asterisk-commits] coreyfarrell: branch 12 r426524 - /branches/12/main/manager.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 28 15:41:02 CDT 2014
Author: coreyfarrell
Date: Tue Oct 28 15:40:54 2014
New Revision: 426524
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=426524
Log:
manager: Unsubscribe from acl_change_sub at shutdown.
ASTERISK-24453 #close
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/4110/
Modified:
branches/12/main/manager.c
Modified: branches/12/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/main/manager.c?view=diff&rev=426524&r1=426523&r2=426524
==============================================================================
--- branches/12/main/manager.c (original)
+++ branches/12/main/manager.c Tue Oct 28 15:40:54 2014
@@ -8284,6 +8284,7 @@
while ((user = AST_LIST_REMOVE_HEAD(&users, list))) {
manager_free_user(user);
}
+ acl_change_stasis_unsubscribe();
}
More information about the asterisk-commits
mailing list