mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:31:03 +00:00
Two small bug fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25748 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0b14647109
commit
c3c507203b
3 changed files with 14 additions and 7 deletions
|
@ -288,7 +288,7 @@ repd_for_rep(NSArray *_reps, NSImageRep *rep)
|
|||
if (image != nil)
|
||||
{
|
||||
[image setName: aName];
|
||||
RELEASE(image); // Retained in dictionary.
|
||||
AUTORELEASE(image);
|
||||
image->_flags.archiveByName = YES;
|
||||
}
|
||||
return image;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue