Minor memory leak fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17287 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-22 05:18:05 +00:00
parent 3da6c2aecd
commit b04ce4006b
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-07-22 Andrew Ruder <aeruder@ksu.edu>
* Source/NSWindow.m: Fix potential (unlikely) leak
2003-07-21 Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
* Documentation/Gui/LanguageSetup.gsdoc: Update.

View file

@ -681,6 +681,8 @@ many times.
TEST_RELEASE(_defaultButtonCell);
TEST_RELEASE(_cachedImage);
TEST_RELEASE(_toolbar);
DESTROY(_lastView);
DESTROY(_lastDragView);
RELEASE(_screen);
/*