[Freeswitch-svn] [commit] r9972 - freeswitch/trunk/src/mod/applications/mod_commands

Freeswitch SVN brian at freeswitch.org
Sat Oct 11 18:01:15 EDT 2008


Author: brian
Date: Sat Oct 11 18:01:14 2008
New Revision: 9972

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

Log:
tweak

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Sat Oct 11 18:01:14 2008
@@ -264,8 +264,8 @@
 		} else {
 			stream->write_function(stream, "false");
 		}
+		switch_xml_free(root); 
 	}
-	switch_xml_free(root); 
 	
 	return SWITCH_STATUS_SUCCESS;
 }



More information about the Freeswitch-svn mailing list