mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
lavfi/chromaber_vulkan: fix memory leaks
This commit is contained in:
parent
a4673c9dff
commit
9944e96c61
1 changed files with 0 additions and 2 deletions
|
|
@ -156,8 +156,6 @@ static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in)
|
|||
|
||||
s->initialized = 1;
|
||||
|
||||
return 0;
|
||||
|
||||
fail:
|
||||
if (spv_opaque)
|
||||
spv->free_shader(spv, &spv_opaque);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue