[FFmpeg-devel] [PATCH] Fix mem leak interrupt during avformat_open_input

Schenk, Michael Michael.Schenk at albistechnologies.com
Sun Apr 6 16:56:59 CEST 2014


Hi,

i discovered the leak in case of decoding MKV containers because we are using the interrupt_callback feature
to get a fast response on zapping.

Cheers

Michael
________________________________________
From: ffmpeg-devel-bounces at ffmpeg.org <ffmpeg-devel-bounces at ffmpeg.org> on behalf of Lukasz Marek <lukasz.m.luki2 at gmail.com>
Sent: Saturday, April 5, 2014 8:55 PM
To: ffmpeg-devel at ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH] Fix mem leak interrupt during       avformat_open_input

On 03.04.2014 09:48, Schenk, Michael wrote:
> Hi!,
>
> when using interrupt_callback during avformat_open_input(...) it may happen on certain demux that they
> leak memory because iformat->read_close() will not be called in the error path. The attached patch
> fix that.

Did you test what is exactly leaking? I noticed a leak for output
formats. When write_trailer is not called then default values for string
options are leaking.
Your patch may cause a problem when some formats doesn't consider
possible calling read_close without read_header earlier.
It didn't review it deeply, so maybe it won't happpen, but my point is
if cleaning up options isn't enough?

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


More information about the ffmpeg-devel mailing list