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
1.2
Russell Bryant 20 years ago
parent cb1dc40802
commit 9807f83d64

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

Loading…
Cancel
Save