Browse Source

rawdec: don't leak option strings.

tags/n0.8
Anton Khirnov 14 years ago
parent
commit
a606aa7570
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/rawdec.c

+ 0
- 1
libavformat/rawdec.c View File

@@ -97,7 +97,6 @@ int ff_raw_read_header(AVFormatContext *s, AVFormatParameters *ap)
st->codec->width = width;
st->codec->height = height;
st->codec->pix_fmt = pix_fmt;
break;
fail:
av_freep(&s1->video_size);
av_freep(&s1->pixel_format);


Loading…
Cancel
Save