[svn-commits] branch 1.2 r33693 - /branches/1.2/res/res_agi.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jun 12 13:40:11 MST 2006
Author: russell
Date: Mon Jun 12 15:40:11 2006
New Revision: 33693
URL: http://svn.digium.com/view/asterisk?rev=33693&view=rev
Log:
fix a place where a frame would be free'd twice
Modified:
branches/1.2/res/res_agi.c
Modified: branches/1.2/res/res_agi.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/res/res_agi.c?rev=33693&r1=33692&r2=33693&view=diff
==============================================================================
--- branches/1.2/res/res_agi.c (original)
+++ branches/1.2/res/res_agi.c Mon Jun 12 15:40:11 2006
@@ -1006,7 +1006,6 @@
}
if (totalsilence > silence) {
/* Ended happily with silence */
- ast_frfree(f);
gotsilence = 1;
break;
}
More information about the svn-commits
mailing list