--- NSSelection.m 2003-07-21 02:52:08.000000000 -0500 +++ NSSelection.m.new 2003-07-21 02:50:47.000000000 -0500 @@ -176,6 +176,14 @@ return self; } +- (void) dealloc +{ + RELEASE(_descriptionData); + + [super dealloc]; +} + + // // Describing a Selection //