--- channel.c.merged 2004-02-18 17:26:40.000000000 -0500 +++ channel.c.merged2 2004-02-19 15:12:57.000000000 -0500 @@ -630,8 +630,8 @@ /* 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);