Abort editing on dealloc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13305 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-04-02 11:32:33 +00:00
parent 0baf5e4271
commit 927c279a1e

View file

@ -2836,6 +2836,8 @@ _isCellEditable (id delegate, NSArray *tableColumns,
- (void) dealloc
{
[self abortEditing];
RELEASE (_gridColor);
RELEASE (_backgroundColor);
RELEASE (_tableColumns);