changeset 5208 | 878e551f0b4a |
parent 4976 | 088d40d8aba2 |
child 6078 | 8c0cc07731e5 |
5207:4c9ae0f484da | 5208:878e551f0b4a |
---|---|
75 alpha:1.0f]; |
75 alpha:1.0f]; |
76 } |
76 } |
77 } |
77 } |
78 |
78 |
79 -(void) dealloc { |
79 -(void) dealloc { |
80 [ownerDictionary release]; |
80 releaseAndNil(ownerDictionary); |
81 [colorArray release]; |
81 releaseAndNil(colorArray); |
82 [super dealloc]; |
82 [super dealloc]; |
83 } |
83 } |
84 |
84 |
85 |
85 |
86 @end |
86 @end |