Did you use the Object Allocations instrument to find out what kinds of objects are increasing over time?
It's possible that you're not releasing self.listdata in the dealloc, which means the images inside would never be released. Also, they way you're adding and removing movingObject is unusual. That's typically done by init-ing the view, adding it as a subview, and then immediately releasing it. If you do that then you don't have to do the release when you remove movingObject later, and you don't have to release movingObject in the dealloc either.
__________________

Free Games!
|