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();
 }
 
 


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to