aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-12 20:40:11 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-12 20:40:11 +0000
commitba80e03980b55e8fb816fe0dc30b4cd15be2381e (patch)
tree1c74319ba8dbd24878f5bbf74aa9b4b6f8c25db7 /res
parent420729c25942aa6a8093a49e3c7460c22c7513c6 (diff)
fix a place where a frame would be free'd twice
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@33693 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;
}