mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
Destroy the proper dialog...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@47308 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user