mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 18:51:55 +00:00
Added missing RETAINs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7346 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a9712d75c7
commit
9dd0f9c269
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,7 @@ static GSFontEnumerator *sharedEnumerator = nil;
|
||||||
[NSNumber numberWithInt: 14], @"obese",
|
[NSNumber numberWithInt: 14], @"obese",
|
||||||
[NSNumber numberWithInt: 14], @"nord",
|
[NSNumber numberWithInt: 14], @"nord",
|
||||||
nil];
|
nil];
|
||||||
|
RETAIN(dict);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((weightString == nil) ||
|
if ((weightString == nil) ||
|
||||||
|
@ -220,6 +221,7 @@ static GSFontEnumerator *sharedEnumerator = nil;
|
||||||
@"bold", @"extrabold", @"heavy",
|
@"bold", @"extrabold", @"heavy",
|
||||||
@"black", @"ultrablack", @"extrablack",
|
@"black", @"ultrablack", @"extrablack",
|
||||||
nil];
|
nil];
|
||||||
|
RETAIN(arr);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((aWeight < 1) || (aWeight > 14))
|
if ((aWeight < 1) || (aWeight > 14))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue