mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix missed conversion to linkedlists macro change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89113 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -571,7 +571,7 @@ static int unload_module(void)
|
||||
AST_LIST_TRAVERSE_SAFE_BEGIN(&features, p, list) {
|
||||
if (p->owner)
|
||||
ast_softhangup(p->owner, AST_SOFTHANGUP_APPUNLOAD);
|
||||
AST_LIST_REMOVE_CURRENT(&features, list);
|
||||
AST_LIST_REMOVE_CURRENT(list);
|
||||
ast_free(p);
|
||||
}
|
||||
AST_LIST_TRAVERSE_SAFE_END
|
||||
|
Reference in New Issue
Block a user