Merged revisions 33693 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r33693 | russell | 2006-06-12 16:40:11 -0400 (Mon, 12 Jun 2006) | 2 lines

fix a place where a frame would be free'd twice

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33694 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 20 years ago
parent 60062c3403
commit a483f6eafc

@ -1003,7 +1003,6 @@ static int handle_recordfile(struct ast_channel *chan, AGI *agi, int argc, char
} }
if (totalsilence > silence) { if (totalsilence > silence) {
/* Ended happily with silence */ /* Ended happily with silence */
ast_frfree(f);
gotsilence = 1; gotsilence = 1;
break; break;
} }

Loading…
Cancel
Save