mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
3da6c2aecd
commit
b04ce4006b
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -681,6 +681,8 @@ many times.
|
|||
TEST_RELEASE(_defaultButtonCell);
|
||||
TEST_RELEASE(_cachedImage);
|
||||
TEST_RELEASE(_toolbar);
|
||||
DESTROY(_lastView);
|
||||
DESTROY(_lastDragView);
|
||||
RELEASE(_screen);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue