diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 7a394f20dd..5cdad064e6 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -2545,8 +2545,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; }