Memory leak - debugger and memory analyzer disagreeing
- by Joe
There is a memory leak in my android game - I've managed to narrow it down to a certain object, which has a list of objects to render on a texture. This object clears the list every time it draws though - so I can't work out how its managed to get thousands of elements in the list.
I checked in the debugger and it doesn't have all these thousands…