From: Jay Freeman (saurik) Date: Wed, 26 Nov 2014 20:23:53 +0000 (-0800) Subject: If only Apple "groked" compilers, I could use ARC. X-Git-Tag: v0.9.3917~7 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/10ee6126b427b2273c47f25d90798fc9a0d064cd If only Apple "groked" compilers, I could use ARC. --- diff --git a/Settings.mm b/Settings.mm index 7beb1f3..052b7c3 100644 --- a/Settings.mm +++ b/Settings.mm @@ -150,10 +150,10 @@ void AddThemes(NSMutableArray *themesOnDisk, NSString *folder) { @implementation WBSThemesTableViewCell - (void) dealloc { - [super dealloc]; [checkmark_ release]; [icon_ release]; [name_ release]; + [super dealloc]; } - (id) initWithFrame:(CGRect)frame reuseIdentifier:(NSString *)reuse {