[vlc-devel] [PATCH] g711: keep current block, since there could be samples left
Hannes Domani
ssbssa at yahoo.de
Wed Apr 13 21:22:07 CEST 2016
Rémi Denis-Courmont <remi at remlab.net> schrieb am 21:05 Mittwoch, 13.April 2016:
> On Wednesday 13 April 2016 19:56:23 Hannes Domani wrote:
> > fixes #16815
>
> The (real) issue that this patch tries to fix does not seem related to that
> bug report.
Well, the leak happens because of the "*pp_block = NULL;" at the beginning of
DecodeBlock() (the block is never freed), so this fixes both problems.
More information about the vlc-devel
mailing list