projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
314238d
)
Fix missed conversion to linkedlists macro change
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Thu, 8 Nov 2007 17:28:45 +0000
(17:28 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Thu, 8 Nov 2007 17:28:45 +0000
(17:28 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89113
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_features.c
patch
|
blob
|
history
diff --git
a/channels/chan_features.c
b/channels/chan_features.c
index
27722d3
..
f352afa
100644
(file)
--- a/
channels/chan_features.c
+++ b/
channels/chan_features.c
@@
-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