[FFmpeg-cvslog] r23008 - trunk/tools/qt-faststart.c
Reimar Döffinger
Reimar.Doeffinger
Sun May 2 01:14:00 CEST 2010
On Sat, May 01, 2010 at 11:05:29PM +0200, mstorsjo wrote:
> Author: mstorsjo
> Date: Sat May 1 23:05:28 2010
> New Revision: 23008
>
> Log:
> qt-faststart: Free ftyp_atom at all exit points
Could you try to de-duplicate this a bit?
Having the same frees in 8 places basically guarantees
there will always be memory leaks, you're lucky if most
people that send a patch will remember to add frees to
1 or 2 of those...
More information about the ffmpeg-cvslog
mailing list