sungaila / PDFtoImage

A .NET library to render PDF files into images.
https://www.sungaila.de/PDFtoImage/
MIT License
152 stars 15 forks source link

Memory leak #19

Closed grinay closed 1 year ago

grinay commented 1 year ago

Hi, I was using your library in our project, but at big scale we found the memory leak, and server constantly crushing with out of memory. I wasn't able to reproduce that error on windows , but it pretty consistent on linux. I spent long time to find that leak, as it wasn't obvious where exactly the leak, as we are using other libraries which using unmanaged memory, finally I found this library is leaking, I had no time to dive and investigate the issue, is it inside the wrapper or pdfium itself. So please be aware of it.

grinay commented 1 year ago

Sorry was wrong