I\'m pushing and popping ViewControllers in UINavigationController.
I\'m tracking the memory consumption of my app. While pushing the new viewController the memory consu
I think you get an error, when you try to pop the view controller because the navigation controller does not have a valid reference to the view controller, as it was released after you pushed it.