]> git.saurik.com Git - winterboard.git/commitdiff
If only Apple "groked" compilers, I could use ARC.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 26 Nov 2014 20:23:53 +0000 (12:23 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 26 Nov 2014 20:23:53 +0000 (12:23 -0800)
Settings.mm

index 7beb1f33313e28c7dff4b694ec004bb27293dc25..052b7c3676a1b92f410967798a97bf6ed34222c6 100644 (file)
@@ -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 {