Navigation Menu

Skip to content

Commit

Permalink
Memory leak fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Ilavsky authored and Jan Ilavsky committed Sep 21, 2011
1 parent 1ebfd67 commit 65ed97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/RootViewController.m
Expand Up @@ -162,7 +162,7 @@ - (IBAction)modalPresentationButtonPressed:(id)sender {

[[HMGLTransitionManager sharedTransitionManager] presentModalViewController:newController onViewController:self];

[ModalViewController release];
[newController release];
}

#pragma mark -
Expand Down

0 comments on commit 65ed97b

Please sign in to comment.