Skip to content

Commit

Permalink
Updated AsyncImageView
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Lockwood committed Jun 27, 2012
1 parent ad7af31 commit 864d010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Dynamic Downloads/AsyncImageView/AsyncImageView.m
Expand Up @@ -135,7 +135,7 @@ - (void)clearCache
- (void)dealloc
{
[_cache release];
[super dealloc];
[super ah_dealloc];
}

@end
Expand Down

0 comments on commit 864d010

Please sign in to comment.