--- GSMemoryPanel.m 2003-07-21 04:27:13.000000000 -0500 +++ GSMemoryPanel.m.new 2003-07-21 04:26:36.000000000 -0500 @@ -277,6 +277,17 @@ return self; } +- (void) dealloc +{ + RELEASE(table); + RELEASE(classArray); + RELEASE(countArray); + RELEASE(totalArray); + RELEASE(peakArray); + + [super dealloc]; +} + - (int) numberOfRowsInTableView: (NSTableView *)aTableView { return [countArray count];