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

FreeSWITCH SVN ledr at freeswitch.org
Sun Jun 28 13:28:11 PDT 2009


Author: ledr
Date: Sun Jun 28 15:28:11 2009
New Revision: 14025

Log:
free template_name in xml_odbc_search


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	Sun Jun 28 15:28:11 2009
@@ -330,6 +330,8 @@
 
   cleanup:
 
+	switch_safe_free(template_name);
+
 	if (ret) {
 		switch_xml_free(xml_out);
 		return NULL;



More information about the Freeswitch-svn mailing list