[svn-commits] russell: trunk r62006 - in /trunk: ./ main/channel.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Apr 25 20:24:01 MST 2007


Author: russell
Date: Wed Apr 25 22:24:01 2007
New Revision: 62006

URL: http://svn.digium.com/view/asterisk?view=rev&rev=62006
Log:
Merged revisions 62005 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r62005 | file | 2007-04-25 22:19:51 -0500 (Wed, 25 Apr 2007) | 2 lines

Missed an ast_app_group_discard during merge. Thanks blitzrage!

........

Modified:
    trunk/   (props changed)
    trunk/main/channel.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/channel.c
URL: http://svn.digium.com/view/asterisk/trunk/main/channel.c?view=diff&rev=62006&r1=62005&r2=62006
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Wed Apr 25 22:24:01 2007
@@ -1132,6 +1132,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