automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@33723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge script
2006-06-12 21:04:26 +00:00
parent 20fe40f872
commit bfae89ea9e

View File

@@ -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;
}