Reverting ITMTRemote to 1.24, which is prior to the API change :)
[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;
     }