mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-06 17:29:08 +08:00
Use the new AVIOContext destructor.
(cherry picked from commit 6f554521af
)
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:

committed by
James Almer

parent
b12e4d3bb8
commit
78a7af823b
@@ -531,7 +531,7 @@ static av_cold int swf_read_close(AVFormatContext *avctx)
|
||||
inflateEnd(&s->zstream);
|
||||
av_freep(&s->zbuf_in);
|
||||
av_freep(&s->zbuf_out);
|
||||
av_freep(&s->zpb);
|
||||
avio_context_free(&s->zpb);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user