Hi everyone,

In my iphone app, it contains two impact game according to the selection of player, they can switch game1 or game2 when they want.

In my code, impact object is init in a uiwindow, I have to create a new window to contain the game, after game is over, disable the uiwindow, after several times of switching game, the app run slower and slower.

Here's the question, anyway to release the memory of the object? I tried to release the instance object of impact, it crashes at the logException function, anyone have a idea??

Thanks!!