Signed-off-by: James Almer <jamr...@gmail.com> --- libavutil/aes_ctr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/aes_ctr.c b/libavutil/aes_ctr.c index 2343543..e9c568f 100644 --- a/libavutil/aes_ctr.c +++ b/libavutil/aes_ctr.c @@ -79,7 +79,7 @@ void av_aes_ctr_free(struct AVAESCTR *a) { if (a) { av_freep(&a->aes); - av_freep(a); + av_free(a); } } -- 2.7.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel