mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 15:20:42 +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
4ed1eb9c9c
commit
3a50dc27e3
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>
|
2003-07-21 Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
|
||||||
|
|
||||||
* Documentation/Gui/LanguageSetup.gsdoc: Update.
|
* Documentation/Gui/LanguageSetup.gsdoc: Update.
|
||||||
|
|
|
@ -681,6 +681,8 @@ many times.
|
||||||
TEST_RELEASE(_defaultButtonCell);
|
TEST_RELEASE(_defaultButtonCell);
|
||||||
TEST_RELEASE(_cachedImage);
|
TEST_RELEASE(_cachedImage);
|
||||||
TEST_RELEASE(_toolbar);
|
TEST_RELEASE(_toolbar);
|
||||||
|
DESTROY(_lastView);
|
||||||
|
DESTROY(_lastDragView);
|
||||||
RELEASE(_screen);
|
RELEASE(_screen);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue