diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c index 96893e22e3..e48ba4fe06 100644 --- a/apps/app_senddtmf.c +++ b/apps/app_senddtmf.c @@ -102,7 +102,6 @@ static int manager_play_dtmf(struct mansession *s, const struct message *m) if (!chan) { astman_send_error(s, m, "Channel not specified"); - ast_mutex_unlock(&chan->lock); return 0; } if (!digit) {