Skip to content

Commit

Permalink
Added missing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Jul 10, 2012
1 parent 02f1e96 commit 1f0dbc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MBProgressHUD.m
Expand Up @@ -218,6 +218,9 @@ - (void)dealloc {
[minShowTimer release];
[showStarted release];
[customView release];
#if NS_BLOCKS_AVAILABLE
[completionBlock release];
#endif
[super dealloc];
#endif
}
Expand Down

0 comments on commit 1f0dbc5

Please sign in to comment.