Memory Leak -- Array of Objects

Mar 2 2009 1:32 PM
How do I prevent a memory leak If I have an array of objects that  I need to keep open for the duration of the program.. I have a network monitor type program that is having memory leaks in it. I have a timer that runs every minute and I am noticing that I have memory leaks. I keep a reference to objects through an array.. Could that be what is causing the memory leak..

Answers (1)