mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
VP8: add missing free
Fixes a tiny memory leak. Originally committed as revision 24504 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2701fd40f9
commit
fca05ea8a0
@ -210,6 +210,7 @@ static void vp8_decode_flush(AVCodecContext *avctx)
|
|||||||
memset(s->framep, 0, sizeof(s->framep));
|
memset(s->framep, 0, sizeof(s->framep));
|
||||||
|
|
||||||
av_freep(&s->macroblocks_base);
|
av_freep(&s->macroblocks_base);
|
||||||
|
av_freep(&s->filter_strength);
|
||||||
av_freep(&s->intra4x4_pred_mode_base);
|
av_freep(&s->intra4x4_pred_mode_base);
|
||||||
av_freep(&s->top_nnz);
|
av_freep(&s->top_nnz);
|
||||||
av_freep(&s->edge_emu_buffer);
|
av_freep(&s->edge_emu_buffer);
|
||||||
|
Loading…
Reference in New Issue
Block a user