I am using the MuPdf library in an Android app and I've notices some memory leaks. When i open a PDF document multiple times (open it, close it, then reopen) I can see the HEAP size grow every time I open the PDF until my app crashes.
I've already seen this question OutOfMemory in MuPdf and tried to implement the provided hotfix without success.
There also seems to be an open bug in MuPdf's bugtracker itself: http://bugs.ghostscript.com/show_bug.cgi?id=695408
The reported bug is open for more than 5 months now and I can't belive that I'm the only one using MuPdf on Android who is having these memory leaks.
Is anyone using MuPdf for android and can help me out?