diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-08-22 03:51:46 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-27 07:20:57 +0100 |
commit | 6d81b627662bcd5857017b9909ffa35436a43bc2 (patch) | |
tree | 6bf11f22d9c9d73568611cba06d2b1d433e31b12 /doc/examples/extract_mvs.c | |
parent | 07fb367737e1eb933f009852f9d8cff45a76ea34 (diff) | |
download | ffmpeg-6d81b627662bcd5857017b9909ffa35436a43bc2.tar.gz |
avfilter/vf_premultiply: Fix leak of names of inpads
These names leak because freeing them in the uninit function has been
forgotten. Instead of adding the freeing code, this commit stops
allocating these names. They are constants anyway.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
(cherry picked from commit 7e736cd38aed1886fcc9672848ccf31ea1cc0b28)
Diffstat (limited to 'doc/examples/extract_mvs.c')
0 files changed, 0 insertions, 0 deletions