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:
Olle Johansson
2006-11-08 07:40:38 +00:00
parent 735b4cf688
commit e37d7b6682

View File

@@ -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);