Memory leak in pdfjs
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
There is a memory leak when running pdfjs for extended periods of time. The
problem is that the "canvas_logs" array keeps growing with each run. It should
probably be reset in the tearDownPdfJS function.
Original issue reported on code.google.com by hann...@gmail.com
on 8 Oct 2014 at 1:16
GoogleCodeExporter commented
The following commit fixes the memory leak in pdfjs benchmark:
https://github.com/masrud/octane-benchmark/commit/6cdbefce14b37fd5a02baed861e2b7
184682ae47
Original comment by masoomeh...@gmail.com
on 6 Apr 2015 at 8:28