From: Russell Bryant Date: Mon, 12 Jun 2006 20:40:11 +0000 (+0000) Subject: fix a place where a frame would be free'd twice X-Git-Tag: 1.2.10~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9807f83d642e22606457b510a86906b85e55ca05;p=thirdparty%2Fasterisk.git fix a place where a frame would be free'd twice git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@33693 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_agi.c b/res/res_agi.c index 5d2a029e19..96de36b831 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; }