A couple more modifications, as well as some comments to ease others'
[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;
     }