From: Brian West Date: Sat, 11 Oct 2008 22:01:14 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0.2~834 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eee04058890716a63257f09021d390730b86133;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9972 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 a4e1a26f40..9d05bc0a1e 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -264,8 +264,8 @@ SWITCH_STANDARD_API(domain_exists_function) } else { stream->write_function(stream, "false"); } + switch_xml_free(root); } - switch_xml_free(root); return SWITCH_STATUS_SUCCESS; }