Fix mem leak when trying to open a non-existing image file (issue 2126).
Patch by Przemysław Sobala, psobala wp-sa pl Originally committed as revision 24757 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
21afed5e1b
commit
ec973f45a3
@ -474,6 +474,7 @@ int av_open_input_stream(AVFormatContext **ic_ptr,
|
||||
if (st) {
|
||||
av_free(st->priv_data);
|
||||
av_free(st->codec->extradata);
|
||||
av_free(st->codec);
|
||||
}
|
||||
av_free(st);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user