[Freeswitch-svn] [commit] r6175 - freeswitch/trunk/src/mod/formats/mod_local_stream

Freeswitch SVN anthm at freeswitch.org
Wed Nov 7 13:41:25 EST 2007


Author: anthm
Date: Wed Nov  7 13:41:25 2007
New Revision: 6175

Modified:
   freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c

Log:
add missing xml free

Modified: freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c	(original)
+++ freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c	Wed Nov  7 13:41:25 2007
@@ -332,6 +332,9 @@
 		switch_thread_create(&thread, thd_attr, read_stream_thread, source, source->pool);
 		
 	}
+
+	switch_xml_free(xml);
+
 }
 
 



More information about the Freeswitch-svn mailing list