Hi All,

Is there a way to figure out which vectors I haven't called close() on yet? My 
concern is that if I have a bug in my code where I accidentally forget to call 
close() for many vectors, the space occupied by these vectors could grow 
forever and crash my system.

How do I detect these vector "memory leaks"?

Best,
Daniel

Reply via email to