1
Answer

Memory Leak -- Array of Objects

Greg Czechowicz

Greg Czechowicz

15y
6.5k
1
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)