summaryrefslogtreecommitdiffstats
path: root/sub/sd_lavc.c
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-07 16:07:57 -0500
committersfan5 <sfan5@live.de>2024-02-08 18:16:21 +0100
commitaa100d1512d371f57d1311033e256c806d7099ca (patch)
tree5fee7fda40f6547ed7fdb8465e7c60410b3c4fec /sub/sd_lavc.c
parentfd2c5ee21d8b5c4d28e8a8fa11d5125610a94810 (diff)
downloadmpv-aa100d1512d371f57d1311033e256c806d7099ca.tar.bz2
mpv-aa100d1512d371f57d1311033e256c806d7099ca.tar.xz
f_output_chain: prevent double free of child filters
When mp_output_chain_update_filters() fails, talloc_free() is called on each mp_user_filter. But because the structure doesn't have a talloc destructor, the args aren't freed, resulting in stale references. Fix this by calling the destructor of the wrapped filter instead.
Diffstat (limited to 'sub/sd_lavc.c')
0 files changed, 0 insertions, 0 deletions