aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-08 22:18:40 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-08 22:18:40 +0000
commitfb70a90e86fba5ea817a1eafc9d20b2537d766c7 (patch)
treed6a42af6d9949068816bcaaa0dda9cbad0ea3e39 /res
parentfb382636e1b402298d10c58026f6fd1fd1660b3d (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@238763 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_agi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 01e44c8e0..511590100 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -415,6 +415,7 @@ static enum agi_result launch_asyncagi(struct ast_channel *chan, char *argv[], i
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 */