[Freeswitch-svn] [commit] r4772 - in freeswitch/branches/mikej/sofiasip-upgrade: libs libs/portaudio/test src/mod/dialplans/mod_dialplan_xml src/mod/event_handlers/mod_cdr

Freeswitch SVN mikej at freeswitch.org
Mon Mar 26 17:46:00 EDT 2007


Author: mikej
Date: Mon Mar 26 17:46:00 2007
New Revision: 4772

Modified:
   freeswitch/branches/mikej/sofiasip-upgrade/libs/   (props changed)
   freeswitch/branches/mikej/sofiasip-upgrade/libs/portaudio/test/   (props changed)
   freeswitch/branches/mikej/sofiasip-upgrade/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
   freeswitch/branches/mikej/sofiasip-upgrade/src/mod/event_handlers/mod_cdr/   (props changed)

Log:
merged changes from trunk revisions 4768-4771.

Modified: freeswitch/branches/mikej/sofiasip-upgrade/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
==============================================================================
--- freeswitch/branches/mikej/sofiasip-upgrade/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c	(original)
+++ freeswitch/branches/mikej/sofiasip-upgrade/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c	Mon Mar 26 17:46:00 2007
@@ -368,6 +368,7 @@
 
 
 	switch_xml_free(xml);
+	xml = NULL;
 
 	if (extension) {
 		switch_channel_set_state(channel, CS_EXECUTE);



More information about the Freeswitch-svn mailing list