Am Do., 2. Apr. 2020 um 07:39 Uhr schrieb Vesselin Bontchev <[email protected]>:
> + c->aes_decrypt = av_aes_alloc(); Don't you have to free this in the fail path? An alternative is to allocate this after the length check... If the alloc function returns NULL, you should return ENOMEM. Carl Eugen _______________________________________________ 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".
