replaceScene and memory leaks

when calling replace scene it doesn’t call the current scene’s destructor, so if i have a main menu scene and game scene, when i replace the game scene to the main menu scene do i need to call the destructor of the game scene?

If you are using CCScene::node(), it should be autoreleased.