summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-12 20:40:56 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-12 20:40:56 +0000
commita483f6eafccf7885065d532a70ce6ef3fec206df (patch)
tree9dd2c25ef3a9d624f53c9f59eb2be4e4e3855e2b /res
parent60062c3403acc6e920a73f27375fe306e9e883cd (diff)
Merged revisions 33693 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r33693 | russell | 2006-06-12 16:40:11 -0400 (Mon, 12 Jun 2006) | 2 lines fix a place where a frame would be free'd twice ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33694 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rw-r--r--res/res_agi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 62ecea59b..30bfe2894 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -1003,7 +1003,6 @@ static int handle_recordfile(struct ast_channel *chan, AGI *agi, int argc, char
}
if (totalsilence > silence) {
/* Ended happily with silence */
- ast_frfree(f);
gotsilence = 1;
break;
}