[asterisk-commits] oej: branch 1.2 r47308 -
/branches/1.2/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Nov 8 00:40:44 MST 2006
Author: oej
Date: Wed Nov 8 01:40:38 2006
New Revision: 47308
URL: http://svn.digium.com/view/asterisk?rev=47308&view=rev
Log:
Destroy the proper dialog...
Modified:
branches/1.2/channels/chan_sip.c
Modified: branches/1.2/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/channels/chan_sip.c?rev=47308&r1=47307&r2=47308&view=diff
==============================================================================
--- branches/1.2/channels/chan_sip.c (original)
+++ branches/1.2/channels/chan_sip.c Wed Nov 8 01:40:38 2006
@@ -13554,7 +13554,7 @@
while (p) {
pl = p;
p = p->next;
- __sip_destroy(p, 1);
+ __sip_destroy(pl, 1);
}
iflist = NULL;
ast_mutex_unlock(&iflock);
More information about the asterisk-commits
mailing list