Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Memory leak in pdfjs #26

Open
GoogleCodeExporter opened this issue Apr 11, 2015 · 1 comment
Open

Memory leak in pdfjs #26

GoogleCodeExporter opened this issue Apr 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant