From: Olle Johansson Date: Wed, 8 Nov 2006 07:40:38 +0000 (+0000) Subject: Destroy the proper dialog... X-Git-Tag: 1.2.14~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37d7b66823ef1819f14c37664e9cefda959c1da;p=thirdparty%2Fasterisk.git Destroy the proper dialog... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@47308 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index dd2781c5bc..44cb5c9449 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -13554,7 +13554,7 @@ int unload_module() while (p) { pl = p; p = p->next; - __sip_destroy(p, 1); + __sip_destroy(pl, 1); } iflist = NULL; ast_mutex_unlock(&iflock);