aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_test.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-11 15:04:36 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-11 15:04:36 +0000
commit3aada42bc909254e962a6dfd1c22e1686ff71a2f (patch)
tree02ba9f0b7788b4b9aae7bc6621c123c159cbee88 /apps/app_test.c
parentbb7f5b5dd95a03c3b068adddfaa6f12285628bf8 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33479 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_test.c')
-rw-r--r--apps/app_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_test.c b/apps/app_test.c
index df7b1a47e..885dd2572 100644
--- a/apps/app_test.c
+++ b/apps/app_test.c
@@ -101,6 +101,7 @@ static int measurenoise(struct ast_channel *chan, int ms, char *who)
samples++;
}
}
+ ast_frfree(f);
}
if (rformat) {