https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r55951 | russell | 2007-02-21 14:22:33 -0600 (Wed, 21 Feb 2007) | 3 lines
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/trunk@55952
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
/* Run the conference */
res = conf_run(chan, cnf, confflags.flags, optargs);
}
- }
- if (cnf) {
dispose_conf(cnf);
cnf = NULL;
}