1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

lavfi/testsrc_vulkan: fix memory leaks

This commit is contained in:
Lynne 2023-08-26 21:52:34 +00:00
parent 3ef1e50c92
commit 5f8feddd6a
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464

View File

@ -189,8 +189,6 @@ static av_cold int init_filter(AVFilterContext *ctx, enum TestSrcVulkanMode mode
s->initialized = 1;
return 0;
fail:
if (spv_opaque)
spv->free_shader(spv, &spv_opaque);