[Freeswitch-svn] [commit] r11704 -	freeswitch/trunk/src/mod/applications/mod_commands
    FreeSWITCH SVN 
    brian at freeswitch.org
       
    Mon Feb  9 08:18:21 PST 2009
    
    
  
Author: brian
Date: Mon Feb  9 10:18:21 2009
New Revision: 11704
Log:
xml_free in the proper location if invalid data is given to group_call
Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
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	Mon Feb  9 10:18:21 2009
@@ -248,8 +248,8 @@
 				}
 				
 			}
-			switch_xml_free(xml);
 		}
+		switch_xml_free(xml);
 		switch_event_destroy(¶ms);
 	}
 
    
    
More information about the Freeswitch-svn
mailing list