[gs-bugs] [Bug 692278] memory leaks in mupdf for android
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Tue Jul 12 04:58:06 UTC 2011
http://bugs.ghostscript.com/show_bug.cgi?id=692278
Kim, Yultae <yultae at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yultae at gmail.com
--- Comment #5 from Kim, Yultae <yultae at gmail.com> 2011-07-12 04:58:04 UTC ---
Comparing to the pdfapp.c, two lines are added.
currentRotate = currentPage->rotate;
currentPage->links = NULL; // added
..
fz_free_device(dev);
pdf_age_store(xref->store, 3); // added
Memory leaks looks to be gone.
May help.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list