Changeset 1277
- Timestamp:
- Dec 24, 2006, 4:38:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/ImageBackgroundView.m
r1125 r1277 38 38 - (void) dealloc 39 39 { 40 [fBackgroundColor release]; 40 if (fBackgroundColor) 41 [fBackgroundColor release]; 41 42 [super dealloc]; 42 43 }
Note: See TracChangeset
for help on using the changeset viewer.