mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:10:52 +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
7d660d52df
commit
c8e91f6dc2
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…
Reference in a new issue