]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_jitterbuffer: fix frame leaks.
authorCorey Farrell <git@cfware.com>
Sun, 2 Nov 2014 07:35:36 +0000 (07:35 +0000)
committerCorey Farrell <git@cfware.com>
Sun, 2 Nov 2014 07:35:36 +0000 (07:35 +0000)
commit0b557482320eb2a7029041cf5a3fe9b74a74b5d3
tree7c7fb0926e2c44b3ce245b7b41b50c8593da304e
parent72bf6d5052d9f3590cdf34a4af40be4cdd98d420
func_jitterbuffer: fix frame leaks.

Fix code paths where it is possible for frames to leak.
Fix uninitialized variable in jb_get_fixed and jb_get_adaptive.

ASTERISK-22409 #related
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/4128/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@427019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
funcs/func_jitterbuffer.c
main/abstract_jb.c