The AMI message router is owned wholly by manager.c. Previously, each of the
manager_{item} source files had their own message router and they unsubscribed
from each; once they moved over to using a single message router only a single
unsubscribe became necessary.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396158
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
static void manager_bridging_cleanup(void)
{
- stasis_message_router_unsubscribe(bridge_state_router);
- bridge_state_router = NULL;
stasis_unsubscribe(topic_forwarder);
topic_forwarder = NULL;
}