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: https://origsvn.digium.com/svn/asterisk/branches/1.2@33466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Russell Bryant 20 years ago
parent 9c99053126
commit de0d5de853

@ -100,6 +100,7 @@ static int measurenoise(struct ast_channel *chan, int ms, char *who)
samples++;
}
}
ast_frfree(f);
}
if (rformat) {

Loading…
Cancel
Save