[svn-commits] file: branch 1.4 r62005 - /branches/1.4/main/channel.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Apr 25 20:19:51 MST 2007


Author: file
Date: Wed Apr 25 22:19:51 2007
New Revision: 62005

URL: http://svn.digium.com/view/asterisk?view=rev&rev=62005
Log:
Missed an ast_app_group_discard during merge. Thanks blitzrage!

Modified:
    branches/1.4/main/channel.c

Modified: branches/1.4/main/channel.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/channel.c?view=diff&rev=62005&r1=62004&r2=62005
==============================================================================
--- branches/1.4/main/channel.c (original)
+++ branches/1.4/main/channel.c Wed Apr 25 22:19:51 2007
@@ -1220,6 +1220,8 @@
 	
 	while ((vardata = AST_LIST_REMOVE_HEAD(headp, entries)))
 		ast_var_delete(vardata);
+
+	ast_app_group_discard(chan);
 
 	/* Destroy the jitterbuffer */
 	ast_jb_destroy(chan);



More information about the svn-commits mailing list