[FFmpeg-devel] [PATCH] mpegts.c: fix minor memory leak

Jindrich Makovicka makovick
Mon Nov 24 14:45:49 CET 2008


On Mon, Nov 10, 2008 at 15:04, Jindrich Makovicka <makovick at gmail.com> wrote:
> Hi,
>
> there is a small memory leak in the MPEG-TS stream detection code:
>
> When auto_guess is used in the MPEG-TS demuxer, PESContext structures
> which do not really belong to PES streams are not freed at the end,
> because they do not get referenced by the AVStreams.
>
> The attached patch fixes the leak by freeing all PESContexts without a
> corresponding stream.

ping?

-- 
Jindrich Makovicka




More information about the ffmpeg-devel mailing list