[asterisk-commits] sgriepentrog: branch group/media_formats-reviewed-trunk r418438 - /team/group...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Jul 12 01:16:17 CDT 2014
Author: sgriepentrog
Date: Sat Jul 12 01:16:14 2014
New Revision: 418438
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=418438
Log:
media-formats: chan_sip - revert unref
Reverting r418437 as it was incorrect solution, caused repeated unref.
Modified:
team/group/media_formats-reviewed-trunk/channels/chan_sip.c
Modified: team/group/media_formats-reviewed-trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/media_formats-reviewed-trunk/channels/chan_sip.c?view=diff&rev=418438&r1=418437&r2=418438
==============================================================================
--- team/group/media_formats-reviewed-trunk/channels/chan_sip.c (original)
+++ team/group/media_formats-reviewed-trunk/channels/chan_sip.c Sat Jul 12 01:16:14 2014
@@ -5236,7 +5236,6 @@
while ((mailbox = AST_LIST_REMOVE_HEAD(&peer->mailboxes, entry)))
destroy_mailbox(mailbox);
- ao2_t_ref(peer, -1, "unsubscribed to mwi events for peer");
}
static void sip_destroy_peer_fn(void *peer)
More information about the asterisk-commits
mailing list