mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
lavfi/transpose_vulkan: fix memory leaks
This commit is contained in:
parent
d0ab2e2f98
commit
3ef1e50c92
@ -121,8 +121,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…
x
Reference in New Issue
Block a user