mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:10:37 +00:00
Fix stupid error in last mod.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14591 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4658c7dc35
commit
855c744745
1 changed files with 4 additions and 1 deletions
|
@ -606,7 +606,10 @@ setNSFont(NSString* key, NSFont* font)
|
|||
}
|
||||
else
|
||||
{
|
||||
RELEASE(self);
|
||||
if (self != placeHolder)
|
||||
{
|
||||
RELEASE(self);
|
||||
}
|
||||
self = RETAIN(font);
|
||||
}
|
||||
RELEASE(nameWithMatrix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue