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:
ce8778c
)
Fix minor ordering issue (bug #981)
author
Mark Spencer
<markster@digium.com>
Fri, 20 Feb 2004 20:00:49 +0000
(20:00 +0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 20 Feb 2004 20:00:49 +0000
(20:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2206
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channel.c
patch
|
blob
|
history
diff --git
a/channel.c
b/channel.c
index
ef966d2
..
8a156df
100755
(executable)
--- a/
channel.c
+++ b/
channel.c
@@
-630,8
+630,8
@@
int ast_hangup(struct ast_channel *chan)
/* If this channel is one which will be masqueraded into something,
mark it as a zombie already, so we know to free it later */
if (chan->masqr) {
- ast_mutex_unlock(&chan->lock);
chan->zombie=1;
+ ast_mutex_unlock(&chan->lock);
return 0;
}
free_translation(chan);