Adobe Reader 9.0 memory leak while loading-unloading PDF files every one second indefinitely
Posted
by Total Starnger
on Stack Overflow
See other posts from Stack Overflow
or by Total Starnger
Published on 2010-05-14T16:13:00Z
Indexed on
2010/05/14
16:14 UTC
Read the original article
Hit count: 239
I have c++ written MFC based application that has PDF object viewer as a part of the implementation. A whole thing works just fine with Adobe Reader 8.0. Once I switched to Adobe Reader 9.0 as a default PDF reader, I keep experiencing small memory leak that forces my application to crash within a half an hour of continuous loading-unloading different PDF files. Any ideas what might cause this memory leak and is there any cure besides replacing Adobe Reader 9.0 with anything else? (Works fine with Foxit PDF reader as well, by the way..)
© Stack Overflow or respective owner