You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
vf_overlay_opencl: Don't leak output frame on error
Fixes CID #1423277.
This commit is contained in:
@@ -250,6 +250,7 @@ fail_kernel_arg:
|
||||
kernel_arg, cle);
|
||||
err = AVERROR(EIO);
|
||||
fail:
|
||||
av_frame_free(&output);
|
||||
return err;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user