mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:00:38 +00:00
Fix memory leak.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14852 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
514c3aa13e
commit
bd896cbb66
2 changed files with 9 additions and 5 deletions
|
@ -1003,7 +1003,7 @@ static NSImage *unexpandable = nil;
|
|||
|
||||
drawingRect.origin.x += indentationFactor + [image size].width + 5;
|
||||
drawingRect.size.width -= indentationFactor + [image size].width + 5;
|
||||
|
||||
RELEASE(imageCell);
|
||||
}
|
||||
|
||||
[cell drawWithFrame: drawingRect inView: self];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue