feeling lucky part 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3545 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8fd300e992
commit
906adea94d
|
@ -1252,10 +1252,7 @@ static switch_status_t conference_play_file(conference_obj_t *conference, char *
|
|||
if (*file != '/') {
|
||||
#endif
|
||||
status = conference_say(conference, file, leadin);
|
||||
if (frexp) {
|
||||
switch_safe_free(expanded);
|
||||
}
|
||||
return status;
|
||||
goto done;
|
||||
}
|
||||
|
||||
/* Setup a memory pool to use. */
|
||||
|
|
Loading…
Reference in New Issue