dwgoon / jpegio

A python package for accessing the internal variables of JPEG file format such as DCT coefficients and quantization tables
Apache License 2.0
73 stars 18 forks source link

memory leak #24

Open wennyHou opened 1 year ago

wennyHou commented 1 year ago

In python I found that jpegio package has a memory leak problem, has anyone found this problem and how to solve it

dwgoon commented 1 year ago

Coud you please show running conditions or some records?

xfeep commented 9 months ago

I'm having the same issue before, but after upgrading Cython to 3.0.0 and reinstalling jpegio from source, the issue seems to be resolved.