Archived
14
0
Fork 0

Merged revisions 7972 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7972 | russell | 2006-01-11 00:46:39 -0500 (Wed, 11 Jan 2006) | 2 lines

fix mem leak on module unload (issue #6190)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7973 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-01-11 05:47:21 +00:00
parent ae46e50a42
commit 7bb6b359d4

View file

@ -13218,7 +13218,6 @@ int unload_module()
ast_softhangup(p->owner, AST_SOFTHANGUP_APPUNLOAD);
p = p->next;
}
iflist = NULL;
ast_mutex_unlock(&iflock);
} else {
ast_log(LOG_WARNING, "Unable to lock the interface list\n");