https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r173392 | mmichelson | 2009-02-04 11:40:29 -0600 (Wed, 04 Feb 2009) | 3 lines
Add a missing unlock. Extremely unlikely to ever matter, but it's needed.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@173393
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
}
ast_mutex_unlock(&spyee_chanspy_ds->lock);
- if (!spyee)
+ if (!spyee) {
+ ast_channel_unlock(spyee);
return 0;
+ }
/* We now hold the channel lock on spyee */