Merge pull request #4 from kolyvan/master

Fixed a leak of self.noticeView [kolyvan]
This commit is contained in:
Tito Ciuro
2012-05-30 05:16:48 -07:00

View File

@@ -261,6 +261,7 @@
} completion:^ (BOOL finished) {
if (finished) {
// Cleanup
[self.noticeView removeFromSuperview];
self.noticeView = nil;
self.imageView = nil;
self.titleLabel = nil;