[Freeswitch-svn] [commit] r14047 - freeswitch/trunk/contrib/ledr/mod_xml_odbc

FreeSWITCH SVN ledr at freeswitch.org
Tue Jun 30 05:04:36 PDT 2009


Author: ledr
Date: Tue Jun 30 07:04:35 2009
New Revision: 14047

Log:
temporarily removed free


Modified:
   freeswitch/trunk/contrib/ledr/mod_xml_odbc/mod_xml_odbc.c

Modified: freeswitch/trunk/contrib/ledr/mod_xml_odbc/mod_xml_odbc.c
==============================================================================
--- freeswitch/trunk/contrib/ledr/mod_xml_odbc/mod_xml_odbc.c	(original)
+++ freeswitch/trunk/contrib/ledr/mod_xml_odbc/mod_xml_odbc.c	Tue Jun 30 07:04:35 2009
@@ -272,9 +272,9 @@
 			tmp_attr = switch_event_expand_headers(params, xml_in->attr[i+1]);
 			switch_xml_set_attr(xml_out, xml_in->attr[i], tmp_attr);
 
-			if (tmp_attr != xml_in->attr[i+1]) {
-				switch_safe_free(tmp_attr);
-			}
+//			if (tmp_attr != xml_in->attr[i+1]) {
+//				switch_safe_free(tmp_attr);
+//			}
 
 		}
 



More information about the Freeswitch-svn mailing list