From: Anthony Minessale Date: Tue, 5 Dec 2006 21:26:26 +0000 (+0000) Subject: feeling lucky part 2 X-Git-Tag: v1.0-beta1~1630 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=906adea94d5c0f315e4bff17a129e66cc1f706d0;p=thirdparty%2Ffreeswitch.git feeling lucky part 2 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3545 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index b73571e0c3..dbed606fb4 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -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. */