eonarheim / java-game-engine

Provides a simply easy to use 2D rpg game engine that is portable to anything that can run java.
2 stars 0 forks source link

Super Special Awesome Memory Leaks #29

Closed eonarheim closed 11 years ago

eonarheim commented 12 years ago

I added a memory usage readout on our game screen and we leak memory something fierce. This would definitely cause problems on mobile devices running our engine...I'm not sure how severe it gets so it may threaten lower end PCs as well.

We should probably spend some time and go through possible areas where this could be happening.

eonarheim commented 11 years ago

After investigation we don't think this is a memory leak.