changeset 34 | 1fadc382ece2 |
parent 26 | cb9cdf247239 |
child 35 | a9dd5ac5ff11 |
1.1 --- a/BLIP/BLIPProperties.m Wed Apr 22 16:45:39 2009 -0700 1.2 +++ b/BLIP/BLIPProperties.m Mon May 04 23:10:51 2009 -0700 1.3 @@ -228,7 +228,7 @@ 1.4 1.5 + (BLIPProperties*) properties 1.6 { 1.7 - return [[self alloc] initWithDictionary: nil]; 1.8 + return [[[self alloc] initWithDictionary: nil] autorelease]; 1.9 } 1.10 1.11 - (id) init