summaryrefslogtreecommitdiff
path: root/main/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/manager.c')
-rw-r--r--main/manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/manager.c b/main/manager.c
index 7e5b1080c..ec031303b 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -4329,9 +4329,10 @@ static void *fast_originate(void *data)
S_OR(in->cid_name, "<unknown>")
);
- /* Locked by ast_pbx_outgoing_exten or ast_pbx_outgoing_app */
+ /* Locked and ref'd by ast_pbx_outgoing_exten or ast_pbx_outgoing_app */
if (chan) {
ast_channel_unlock(chan);
+ ast_channel_unref(chan);
}
destroy_fast_originate_helper(in);
return NULL;