]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_misdn.c:process_ast_dsp() memory leak
authorRichard Mudgett <rmudgett@digium.com>
Wed, 7 Oct 2009 21:51:24 +0000 (21:51 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 7 Oct 2009 21:51:24 +0000 (21:51 +0000)
commit7d2cc86d06f93e8fb55836fa8fde53045d7aa66e
treead1904079a5eac2b52c1627b32e6ab75420aca0f
parent9cc4a5b792c8b09e9abc1a5cd3f32dcbe7f90be3
chan_misdn.c:process_ast_dsp() memory leak

misdn.conf: astdtmf must be set to "yes".  With "no", buffer loss does not
occur.

The translated frame "f2" when passing through ast_dsp_process() is not
freed whenever it is not used further in process_ast_dsp().  Then in the
end it is never ever freed.

Patches:
      translate.patch

JIRA ABE-1993

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@222691 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_misdn.c