[Freeswitch-svn] [commit] r3545 - freeswitch/trunk/src/mod/applications/mod_conference

Freeswitch SVN anthm at freeswitch.org
Tue Dec 5 16:26:27 EST 2006


Author: anthm
Date: Tue Dec  5 16:26:26 2006
New Revision: 3545

Modified:
   freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c

Log:
feeling lucky part 2

Modified: freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	Tue Dec  5 16:26:26 2006
@@ -1252,10 +1252,7 @@
 	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. */



More information about the Freeswitch-svn mailing list