diff --git a/Source/NSSpellServer.m b/Source/NSSpellServer.m index 370949503..ac5c2ca84 100644 --- a/Source/NSSpellServer.m +++ b/Source/NSSpellServer.m @@ -130,6 +130,7 @@ GSSpellServerName(NSString *vendor, NSString *language) - (void)setDelegate:(id)anObject { + /* FIXME - we should not retain the delegate ! */ RETAIN(anObject); ASSIGN(_delegate, anObject); }