diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 80e1853fcd..0d73e6c863 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -4242,6 +4242,7 @@ static int conf_exec(struct ast_channel *chan, const char *data) } } AST_LIST_UNLOCK(&confs); + cnf = NULL; if (!found) { /* At this point, we have a confno_tmp (static conference) that is empty */ if ((empty_no_pin && ast_strlen_zero(stringp)) || (!empty_no_pin)) {