octane icon indicating copy to clipboard operation
octane copied to clipboard

Memory leak in pdfjs

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

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 [email protected] on 8 Oct 2014 at 1:16

GoogleCodeExporter avatar Apr 11 '15 04:04 GoogleCodeExporter

The following commit fixes the memory leak in pdfjs benchmark:
https://github.com/masrud/octane-benchmark/commit/6cdbefce14b37fd5a02baed861e2b7
184682ae47

Original comment by [email protected] on 6 Apr 2015 at 8:28

GoogleCodeExporter avatar Apr 11 '15 04:04 GoogleCodeExporter