forked from FFmpeg/FFmpeg
lavfi/testsrc_vulkan: fix memory leaks
This commit is contained in:
parent
3ef1e50c92
commit
5f8feddd6a
1 changed files with 0 additions and 2 deletions
|
@ -189,8 +189,6 @@ static av_cold int init_filter(AVFilterContext *ctx, enum TestSrcVulkanMode mode
|
||||||
|
|
||||||
s->initialized = 1;
|
s->initialized = 1;
|
||||||
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
if (spv_opaque)
|
if (spv_opaque)
|
||||||
spv->free_shader(spv, &spv_opaque);
|
spv->free_shader(spv, &spv_opaque);
|
||||||
|
|
Loading…
Add table
Reference in a new issue