aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-12 21:04:26 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-12 21:04:26 +0000
commit9a6f2d2cd2b00923322dada745f40881dad7a04d (patch)
treebbbdb5c527f77d0e214b60c688bbc3ae0840f548 /res
parentcff9b3e158d46f3ee5bcf6c996178bf2486658be (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@33723 f38db490-d61c-443f-a65b-d21fe96a405b
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 5d2a029e1..96de36b83 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -1006,7 +1006,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;
}