]> git.sesse.net Git - ffmpeg/commit
avfilter/af_join: fix possible memory leaks
authorPaul B Mahol <onemda@gmail.com>
Mon, 21 Oct 2019 14:03:22 +0000 (16:03 +0200)
committerPaul B Mahol <onemda@gmail.com>
Mon, 21 Oct 2019 14:04:48 +0000 (16:04 +0200)
commitaa26f83bdd7ea1f5850520fc25aae38315f6338b
treeb6325b58381da0eda051e95083f765b9340d5840
parent9c3178808ddf95b33589cd3d6210cff0ed2e3c5e
avfilter/af_join: fix possible memory leaks

Allocation of input frames is independent from
allocation of new input pads.
libavfilter/af_join.c