提交 906adea9 authored 作者: Anthony Minessale's avatar Anthony Minessale

feeling lucky part 2

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3545 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 8fd300e9
...@@ -1252,10 +1252,7 @@ static switch_status_t conference_play_file(conference_obj_t *conference, char * ...@@ -1252,10 +1252,7 @@ static switch_status_t conference_play_file(conference_obj_t *conference, char *
if (*file != '/') { if (*file != '/') {
#endif #endif
status = conference_say(conference, file, leadin); status = conference_say(conference, file, leadin);
if (frexp) { goto done;
switch_safe_free(expanded);
}
return status;
} }
/* Setup a memory pool to use. */ /* Setup a memory pool to use. */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论