[asterisk-commits] eliel: branch group/data_api_gsoc2009 r203568 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 25 21:46:25 CDT 2009
Author: eliel
Date: Thu Jun 25 21:46:22 2009
New Revision: 203568
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=203568
Log:
The node is released by astobj2.
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=203568&r1=203567&r2=203568
==============================================================================
--- team/group/data_api_gsoc2009/main/data.c (original)
+++ team/group/data_api_gsoc2009/main/data.c Thu Jun 25 21:46:22 2009
@@ -502,8 +502,6 @@
default:
break;
}
-
- ast_free(root);
}
static struct ast_data *data_result_create(const char *name)
More information about the asterisk-commits
mailing list