diff --git a/apps/app_followme.c b/apps/app_followme.c index cb0e781d99..baef9e2daa 100644 --- a/apps/app_followme.c +++ b/apps/app_followme.c @@ -850,7 +850,7 @@ static void findmeexec(struct fm_args *tpargs) if (winner) break; - if (!caller) { + if (!caller || ast_check_hangup(caller)) { tpargs->status = 1; ast_free(findme_user_list); return;