Commit 0cecaa9e authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: free attachments, fix memleak

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a60530e3
......@@ -126,6 +126,7 @@ static void uninit_options(OptionsContext *o, int is_input)
av_freep(&o->stream_maps);
av_freep(&o->audio_channel_maps);
av_freep(&o->streamid_map);
av_freep(&o->attachments);
if (is_input)
recording_time = o->recording_time;
......
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