Skip to content
Snippets Groups Projects
Commit ceedda75 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

minor memleak

Originally committed as revision 12945 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0c79b140
No related branches found
No related tags found
No related merge requests found
......@@ -2145,6 +2145,7 @@ void av_close_input_stream(AVFormatContext *s)
av_freep(&s->programs[i]->stream_index);
av_freep(&s->programs[i]);
}
av_freep(&s->programs);
flush_packet_queue(s);
av_freep(&s->priv_data);
av_free(s);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment