[asterisk-commits] tilghman: branch 1.6.0 r238758 - in /branches/1.6.0: ./ res/res_agi.c

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


Author: tilghman
Date: Fri Jan  8 16:18:00 2010
New Revision: 238758

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=238758
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.0/   (props changed)
    branches/1.6.0/res/res_agi.c

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

Modified: branches/1.6.0/res/res_agi.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/res/res_agi.c?view=diff&rev=238758&r1=238757&r2=238758
==============================================================================
--- branches/1.6.0/res/res_agi.c (original)
+++ branches/1.6.0/res/res_agi.c Fri Jan  8 16:18:00 2010
@@ -421,6 +421,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