Commit 72abd49d authored by michael's avatar michael

minor memleak


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12945 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c7a49a4b
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment