--- NSPageLayout.m 2003-07-21 04:02:20.000000000 -0500 +++ NSPageLayout.m.new 2003-07-21 04:01:49.000000000 -0500 @@ -179,6 +179,13 @@ return self; } +- (void) dealloc +{ + RELEASE (_accessoryView); + + [super dealloc]; +} + // // Running the Panel //