@@ -254,16 +254,16 @@ { if (self == [OFTLSKey class]) tlskeys = [[OFList alloc] init]; } -+ tlsKey ++ TLSKey { return [[[self alloc] init] autorelease]; } -+ tlsKeyWithDestructor: (void(*)(id))destructor ++ TLSKeyWithDestructor: (void(*)(id))destructor { return [[[self alloc] initWithDestructor: destructor] autorelease]; } + (void)callAllDestructors