(inspired by issue #12187)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@108031
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (chan->pbx)
ast_log(LOG_WARNING, "PBX may not have been terminated properly on '%s'\n", chan->name);
free_cid(&chan->cid);
- ast_mutex_destroy(&chan->lock);
/* Close pipes if appropriate */
if ((fd = chan->alertpipe[0]) > -1)
close(fd);
/* Destroy the jitterbuffer */
ast_jb_destroy(chan);
+
+ ast_mutex_destroy(&chan->lock);
ast_string_field_free_memory(chan);
free(chan);