aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-21 20:22:33 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-21 20:22:33 +0000
commit24a8aab4de415da7b0ddad12a6a8b03068f9f0f4 (patch)
treec13deec7655babcafbd60047c29bd42f38d79fa3 /apps/app_meetme.c
parentae5c534f42240c570b8954f831e0b504a1a8f5d2 (diff)
Simplify the last change to app_meetme, and move the call to dispose_conf()
up into the block where we know a conf exists. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@55951 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index a66ba45d8..8c919634a 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;
}