diff -r cb9cdf247239 -r 1d6924779df7 BLIP/BLIPProperties.m --- a/BLIP/BLIPProperties.m Wed Apr 22 16:45:39 2009 -0700 +++ b/BLIP/BLIPProperties.m Wed Apr 29 13:29:31 2009 -0700 @@ -228,7 +228,7 @@ + (BLIPProperties*) properties { - return [[self alloc] initWithDictionary: nil]; + return [[[self alloc] initWithDictionary: nil] autorelease]; } - (id) init