[asterisk-commits] eliel: branch group/data_api_gsoc2009 r207352 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jul 19 00:29:00 CDT 2009
Author: eliel
Date: Sun Jul 19 00:28:56 2009
New Revision: 207352
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=207352
Log:
Release the tree.
Modified:
team/group/data_api_gsoc2009/apps/app_queue.c
Modified: team/group/data_api_gsoc2009/apps/app_queue.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/apps/app_queue.c?view=diff&rev=207352&r1=207351&r2=207352
==============================================================================
--- team/group/data_api_gsoc2009/apps/app_queue.c (original)
+++ team/group/data_api_gsoc2009/apps/app_queue.c Sun Jul 19 00:28:56 2009
@@ -6467,6 +6467,8 @@
do_print(s, fd, ast_str_buffer(out));
}
+ ast_data_free(queues);
+
return CLI_SUCCESS;
}
More information about the asterisk-commits
mailing list