Added notes to the TODO. Matt, please check and modify TODO as required :)
[MenuTunes.git] / KeyCombo.m
index edebd68..409c992 100755 (executable)
     KeyCombo *combo;
     
     if (data) {
-        combo = [[NSUnarchiver unarchiveObjectWithData:data] retain];
+        combo = [NSUnarchiver unarchiveObjectWithData:data];
     } else {
         combo = nil;
     }