Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

performSegueWithIdentifier:sender: leak the MMDrawerController when throwing an exception #12

Open
guillaumealgis opened this issue Oct 28, 2015 · 0 comments

Comments

@guillaumealgis
Copy link

Using @try...@catch to "discover" segues results in MMDrawerController (and all its child view controllers) to be leaked if at least one the segue does not exist.

It seems that UIKit is retaining the view controller sending performSegueWithIdentifier:sender:, and if the segue does not exists the exception raised causes UIKit to never release the view controller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant