[asterisk-commits] tilghman: branch 1.6.1 r238763 - in /branches/1.6.1: ./ res/res_agi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 8 16:18:44 CST 2010


Author: tilghman
Date: Fri Jan  8 16:18:40 2010
New Revision: 238763

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=238763
Log:
Merged revisions 238754 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r238754 | tilghman | 2010-01-08 16:17:03 -0600 (Fri, 08 Jan 2010) | 7 lines
  
  Initialize variables that we attempt to free later.
  (closes issue #16302)
   Reported by: yahsyn
   Patches: 
         20091124__issue16302.diff.txt uploaded by tilghman (license 14)
   Tested by: yahsyn
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/res/res_agi.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/res/res_agi.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/res/res_agi.c?view=diff&rev=238763&r1=238762&r2=238763
==============================================================================
--- branches/1.6.1/res/res_agi.c (original)
+++ branches/1.6.1/res/res_agi.c Fri Jan  8 16:18:40 2010
@@ -415,6 +415,7 @@
 	async_agi.ctrl = fds[1];
 	async_agi.audio = -1; /* no audio support */
 	async_agi.fast = 0;
+	async_agi.speech = NULL;
 
 	/* notify possible manager users of a new channel ready to
 	   receive commands */




More information about the asterisk-commits mailing list