Andreas Rheinhardt (12020-09-10): > There is nothing to free at this point. > > Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > libavfilter/vf_subtitles.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Does it help anything? If something gets allocated earlier, we will need to add it back. When there is a comprehensive cleanup label, using it always seems more robust than guessing if something needs freeing or not. Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
