G
Guest
I read a some doumentation about avoiding Memory Leaks. Like use the Dispose
method properly, creating and using variable and objects in a certain way.
However, my question is how do I find Memory leaks in my program or how do I
know which objects are not properly handled by the Garbage Collector.
Thanks in adavance, anything would be great.
--Rythm
method properly, creating and using variable and objects in a certain way.
However, my question is how do I find Memory leaks in my program or how do I
know which objects are not properly handled by the Garbage Collector.
Thanks in adavance, anything would be great.
--Rythm