Fix a build error.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@190457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Russell Bryant 17 years ago
parent e9e1c68df4
commit c878b21887

@ -8395,7 +8395,7 @@ static void misdn_cc_pbx_notify(long record_id, const struct misdn_cc_notify *no
if (ast_pbx_start(chan)) {
ast_log(LOG_WARNING, "Unable to start pbx channel %s!\n", chan->name);
ast_channel_free(chan);
ast_channel_release(chan);
} else {
ast_verb(1, "Started pbx for call completion notify channel %s\n", chan->name);
}

Loading…
Cancel
Save