diff --git a/Source/GSFontInfo.m b/Source/GSFontInfo.m index daced7505..58bc7590a 100644 --- a/Source/GSFontInfo.m +++ b/Source/GSFontInfo.m @@ -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))