From 1f1a352fbd82220a9e7f6a06f14ef0260496ac41 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 15 Oct 2014 19:31:54 +0000 Subject: chan_motif: Cleanup jingle_tech.capabilities only once. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@425627 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_motif.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'channels') diff --git a/channels/chan_motif.c b/channels/chan_motif.c index ebc77f8f4..e5e72283a 100644 --- a/channels/chan_motif.c +++ b/channels/chan_motif.c @@ -2756,7 +2756,6 @@ static int load_module(void) ast_format_cap_append_by_type(jingle_tech.capabilities, AST_MEDIA_TYPE_AUDIO); if (aco_process_config(&cfg_info, 0)) { - ao2_ref(jingle_tech.capabilities, -1); ast_log(LOG_ERROR, "Unable to read config file motif.conf. Module loaded but not running.\n"); aco_info_destroy(&cfg_info); ao2_cleanup(jingle_tech.capabilities); @@ -2784,7 +2783,6 @@ static int load_module(void) return 0; end: - ao2_cleanup(jingle_tech.capabilities); ast_rtp_glue_unregister(&jingle_rtp_glue); if (sched) { -- cgit v1.2.3