dect
/
asterisk
Archived
13
0
Fork 0

Fix a build error.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@190457 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2009-04-24 15:17:38 +00:00
parent 4a989c6499
commit 3fba06c77d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}