From: Anton Khirnov Date: Fri, 3 Jun 2011 05:37:44 +0000 (+0200) Subject: rawdec: don't leak option strings. X-Git-Tag: v0.7rc1~175 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a606aa7570ef71c33569d64cda1b42743eb90682;p=platform%2Fupstream%2Flibav.git rawdec: don't leak option strings. --- diff --git a/libavformat/rawdec.c b/libavformat/rawdec.c index 4f974d7..87583e1 100644 --- a/libavformat/rawdec.c +++ b/libavformat/rawdec.c @@ -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);