]> git.saurik.com Git - winterboard.git/blobdiff - Settings.mm
If only Apple "groked" compilers, I could use ARC.
[winterboard.git] / 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 {