[svn-commits] eliel: branch group/data_api_gsoc2009 r203565 - /team/group/data_api_gsoc2009...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 25 21:13:33 CDT 2009


Author: eliel
Date: Thu Jun 25 21:13:30 2009
New Revision: 203565

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=203565
Log:
Release the generated tree when using the xml form.

Modified:
    team/group/data_api_gsoc2009/main/data.c

Modified: team/group/data_api_gsoc2009/main/data.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/main/data.c?view=diff&rev=203565&r1=203564&r2=203565
==============================================================================
--- team/group/data_api_gsoc2009/main/data.c (original)
+++ team/group/data_api_gsoc2009/main/data.c Thu Jun 25 21:13:30 2009
@@ -799,6 +799,8 @@
 
 	data_get_xml_add_child(res, root);
 
+	ast_data_free(res);
+
 	return doc;
 }
 




More information about the svn-commits mailing list