mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
minor memleak
Originally committed as revision 12945 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0c79b1402a
commit
ceedda75ea
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user