[asterisk-commits] trunk r33479 - in /trunk: ./ apps/app_test.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Jun 11 08:04:36 MST 2006


Author: russell
Date: Sun Jun 11 10:04:36 2006
New Revision: 33479

URL: http://svn.digium.com/view/asterisk?rev=33479&view=rev
Log:
Merged revisions 33466 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r33466 | russell | 2006-06-11 11:02:40 -0400 (Sun, 11 Jun 2006) | 4 lines

Free frames read from the channel when measuring noise.  This resulted in about
9 or 10 seconds of leaked frames in both the TestClient and TestServer
applications

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_test.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/apps/app_test.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_test.c?rev=33479&r1=33478&r2=33479&view=diff
==============================================================================
--- trunk/apps/app_test.c (original)
+++ trunk/apps/app_test.c Sun Jun 11 10:04:36 2006
@@ -101,6 +101,7 @@
 				samples++;
 			}
 		}
+		ast_frfree(f);
 	}
 
 	if (rformat) {



More information about the asterisk-commits mailing list