From: Brian West Date: Wed, 27 May 2009 02:41:55 +0000 (+0000) Subject: remove another double safe_free X-Git-Tag: v1.0.4~752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6befc571cc7691ae6dd1f295139640c0e1d80e89;p=thirdparty%2Ffreeswitch.git remove another double safe_free git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13454 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 450cd89e2d..28bf4472c4 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -2048,7 +2048,6 @@ SWITCH_STANDARD_API(session_displace_function) usage: stream->write_function(stream, "-USAGE: %s\n", DISPLACE_SYNTAX); - switch_safe_free(mycmd); done: if (rsession) {