strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.

Home Page:http://www.libheif.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leaks when encoding with kvazaar

hlewin opened this issue · comments

The kvazaar plugin has some memory leaks. In particular, the data chunks returned from kvazaar as encoded image are not freed in all cases. See See #1141 for a possible fix.