diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-20 17:22:56 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-20 17:22:56 +0000 |
commit | ade8d8b939ccdb3d0c02fed59bdce2f355daa177 (patch) | |
tree | d27ef632a7cb7c94c81c5aaa76c39cb5e17ebf05 /libavformat/mov.c | |
parent | ccafd47251a83cab01dcde42dc09db425c80e69a (diff) | |
download | ffmpeg-ade8d8b939ccdb3d0c02fed59bdce2f355daa177.tar.gz |
uniformize AVStream->priv_data freeing in av_close_input_stream
Originally committed as revision 13838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 5f3577c4db..76c25a3e4d 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1899,7 +1899,6 @@ static int mov_read_close(AVFormatContext *s) av_freep(&sc->drefs); if (sc->pb && sc->pb != s->pb) url_fclose(sc->pb); - av_freep(&sc); } if(mov->dv_demux){ for(i=0; i<mov->dv_fctx->nb_streams; i++){ |