Am Do., 2. Apr. 2020 um 07:39 Uhr schrieb Vesselin Bontchev
<vesselin.bontc...@yandex.com>:

> +    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
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to