diff options
author | Oded Shimon | 2006-11-15 11:29:39 +0000 |
---|---|---|
committer | Oded Shimon | 2006-11-15 11:29:39 +0000 |
commit | 9123f531becefcb8f18bd713cf223cf7ab933767 (patch) | |
tree | f2d6262a27c4143ef0ad73a74a8bbf121ee2cefd /libavformat/libnut.c | |
parent | 3e4134f6977f564a19483e250b541deebf6253b9 (diff) |
update to libnut API, don't free the streams
Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/libnut.c')
-rw-r--r-- | libavformat/libnut.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/libnut.c b/libavformat/libnut.c index a24438a753..3128c1f9f4 100644 --- a/libavformat/libnut.c +++ b/libavformat/libnut.c @@ -291,7 +291,6 @@ static int nut_read_close(AVFormatContext *s) { NUTContext * priv = s->priv_data; nut_demuxer_uninit(priv->nut); - av_free(priv->s); return 0; } |