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:
Fred Kiefer 2000-09-02 17:09:50 +00:00
parent c807571b78
commit 6792f04451

View file

@ -195,6 +195,7 @@ static GSFontEnumerator *sharedEnumerator = nil;
[NSNumber numberWithInt: 14], @"obese",
[NSNumber numberWithInt: 14], @"nord",
nil];
RETAIN(dict);
}
if ((weightString == nil) ||
@ -220,6 +221,7 @@ static GSFontEnumerator *sharedEnumerator = nil;
@"bold", @"extrabold", @"heavy",
@"black", @"ultrablack", @"extrablack",
nil];
RETAIN(arr);
}
if ((aWeight < 1) || (aWeight > 14))