[FFmpeg-devel] Memory leaks using x265 encoder
Steinar H. Gunderson
steinar+ffmpeg at gunderson.no
Wed Jan 2 18:18:12 EET 2019
On Wed, Jan 02, 2019 at 04:34:28PM +0100, Nicolas George wrote:
> This is not a leak, it is short-sightedness by leak detectors.
Most modern leak detectors distinguish between memory that's still reachable
(usually not a leak) and memory that's not (almost always a leak). This sounds
like an example of the former.
/* Steinar */
--
Homepage: https://www.sesse.net/
More information about the ffmpeg-devel
mailing list