[svn-commits] russell: branch russell/chan_refcount r89711 - /team/russell/chan_refcount/ch...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 27 14:18:37 CST 2007


Author: russell
Date: Tue Nov 27 14:18:37 2007
New Revision: 89711

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89711
Log:
add comment that is in trunk

Modified:
    team/russell/chan_refcount/channels/chan_sip.c

Modified: team/russell/chan_refcount/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/russell/chan_refcount/channels/chan_sip.c?view=diff&rev=89711&r1=89710&r2=89711
==============================================================================
--- team/russell/chan_refcount/channels/chan_sip.c (original)
+++ team/russell/chan_refcount/channels/chan_sip.c Tue Nov 27 14:18:37 2007
@@ -4089,7 +4089,7 @@
 		ast_clear_flag(&p->flags[0], SIP_DEFER_BYE_ON_TRANSFER);	/* Really hang up next time */
 		p->needdestroy = 0;
 		p->owner->tech_pvt = dialog_unref(p->owner->tech_pvt);
-		p->owner = NULL;
+		p->owner = NULL; /* Owner will be gone after we return, so take it away */
 		return 0;
 	}
 




More information about the svn-commits mailing list