remove autosave name on dealloc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4530 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-07-06 16:19:03 +00:00
parent f21f83e736
commit 502a5b1642

View file

@ -189,7 +189,7 @@ static NSRecursiveLock *windowsLock;
RELEASE([content_view superview]); /* Release the window view */ RELEASE([content_view superview]); /* Release the window view */
RELEASE(content_view); RELEASE(content_view);
} }
[self setFrameAutosaveName: nil];
TEST_RELEASE(_fieldEditor); TEST_RELEASE(_fieldEditor);
TEST_RELEASE(background_color); TEST_RELEASE(background_color);
TEST_RELEASE(represented_filename); TEST_RELEASE(represented_filename);