G
Guest
Hello All,
We have developed a windoes application, in one of the forms we are using an
activeX control xpdfviewer (http://www.glyphandcog.com/XpdfViewer.html).
I was looking at memory usage using the scitech memory
profiler(http://memprofiler.com/), i found that even after the form
containing that activeX control is closed, a live instance of the form is
showing, but when i try to get the details of it, it says this instance has
been disposed. I think its a potential memory leak issue.
Can any one please suggest, how to overcome this issue, may be using
finalizers to clean up the unmanage code properly. Any pointers will be
helpful.
Thanks,
Vinay Kant
We have developed a windoes application, in one of the forms we are using an
activeX control xpdfviewer (http://www.glyphandcog.com/XpdfViewer.html).
I was looking at memory usage using the scitech memory
profiler(http://memprofiler.com/), i found that even after the form
containing that activeX control is closed, a live instance of the form is
showing, but when i try to get the details of it, it says this instance has
been disposed. I think its a potential memory leak issue.
Can any one please suggest, how to overcome this issue, may be using
finalizers to clean up the unmanage code properly. Any pointers will be
helpful.
Thanks,
Vinay Kant