J
jislord
C# noob alert...
I am using a third party dll file to do some processing on rtf files.
This dll however leaks GDI objects like there is no tomorrow. It
crosses the threshold of 10000 objects after processing just a 100
files. While I can work with the developers on the third party team for
a long term solution, is there a quick fix for me to use right now? Is
there some-way I can make the Garbage collector destroy these GDI
objects once they cross a threshold?
I am using a third party dll file to do some processing on rtf files.
This dll however leaks GDI objects like there is no tomorrow. It
crosses the threshold of 10000 objects after processing just a 100
files. While I can work with the developers on the third party team for
a long term solution, is there a quick fix for me to use right now? Is
there some-way I can make the Garbage collector destroy these GDI
objects once they cross a threshold?