Fixed memory leak in IconHelper

First test with password show/hide input
This commit is contained in:
michael starke
2013-03-14 01:21:30 +01:00
parent bb7a903a03
commit a91c1a64d9
4 changed files with 142 additions and 102 deletions

View File

@@ -26,7 +26,7 @@
MPIconType iconType = (MPIconType)[iconNumber integerValue];
[icons addObject:[MPIconHelper icon:iconType]];
}
return icons;
return [icons autorelease];
}
+ (NSDictionary *)availableIconNames {