avformat/mov: Use avio_closep() to avoid leaving stale pointers in memory

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-01-08 20:09:30 +01:00
parent f9ddaa35c7
commit 07e4ed5637
1 changed files with 1 additions and 1 deletions

View File

@ -3754,7 +3754,7 @@ static int mov_read_close(AVFormatContext *s)
sc->drefs_count = 0;
if (!sc->pb_is_copied)
avio_close(sc->pb);
avio_closep(&sc->pb);
sc->pb = NULL;
av_freep(&sc->chunk_offsets);