diff --git a/apps/app_meetme.c b/apps/app_meetme.c index a66ba45d8d..8c919634a7 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -2536,8 +2536,6 @@ static int conf_exec(struct ast_channel *chan, void *data) /* Run the conference */ res = conf_run(chan, cnf, confflags.flags, optargs); } - } - if (cnf) { dispose_conf(cnf); cnf = NULL; }