mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
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:
parent
0f207ddbc4
commit
b21fa21aa1
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue