You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did not find the function call heif_nclx_color_profile_free in the sources, look like i missed it. :(
im_heif=pillow_heif.open_heif("../tests/images/heif_other/cat.hif") # from this repoforiinrange(10000000):
nclx=pillow_heif.private.read_color_profile(im_heif[0]._handle)
Eats 500mb of RAM at the end... ~60 bytes for each opening of image with nclx profile.
Affected Versions: This leak is present in all versions. Will add test for this...
The text was updated successfully, but these errors were encountered:
Did not find the function call
heif_nclx_color_profile_free
in the sources, look like i missed it. :(Eats 500mb of RAM at the end... ~60 bytes for each opening of image with
nclx
profile.Affected Versions: This leak is present in all versions. Will add test for this...
The text was updated successfully, but these errors were encountered: