Another set of memory leaks found by valgrind.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17345 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-07-25 22:55:56 +00:00
parent 0f207ddbc4
commit b21fa21aa1

View file

@ -3,6 +3,13 @@
* Source/NSImage.m
In [initWithIconHandle:] and [initWithBitmapHandle:] release the
new bitmap image representation after adding it to the array.
* Source/NSBitmapImageRep.m
In [_initFromTIFFImage:number:] free the info returned by
NSTiffGetInfo().
* Source/NSTableView.m
In [sizeToFit] free isResizable.
* Source/GSMemoryPanel.m
In [update:] free the list returned by GSDebugAllocationClassList().
2003-07-24 Adam Fedor <fedor@gnu.org>