BLIP/BLIPProperties.m
changeset 33 a9c59b0acbbc
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	Wed Apr 29 21:05:01 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