espresso3389 / pdfrx

pdfrx is yet another PDF viewer implementation that built on the top of pdfium. The plugin currently supports Android, iOS, Windows, macOS, Linux, and Web.
MIT License
60 stars 36 forks source link

Memory leak, image is never disposed #110

Closed jezell closed 1 month ago

jezell commented 1 month ago

https://github.com/espresso3389/pdfrx/blob/master/lib/src/widgets/pdf_widgets.dart

_image is not disposed in dispose() _image is not disposed in _updateImage

espresso3389 commented 1 month ago

Fixed on 1.0.51 and other branches.