Memory leak when using array of pointers to objectsOk, so I am convinced now. The memory is not released until the application quits, but a block shoul...
Memory leak when using array of pointers to objectsPerhaps is a problem related with what firedraco says: once the program ask for a memory block to th...
Memory leak when using array of pointers to objectsIt's the heap what I am using, so the memory is taken and released during run time. I would like ...
Memory leak when using array of pointers to objectsYes, I think is held in the heap. But, is not this a bug? Once I have deleted all the objects, shoul...
Memory leak when using array of pointers to objectsI checked the memory consumed by the process using ps (I inserted a time delay) before creating the ...