mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 18:38:02 +00:00
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@55951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user