ObjFW  Diff

Differences From Artifact [3f9b8ad9ca]:

To Artifact [c665c234c4]:


58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73

- init
{
	OFList *pool_list;

	self = [super init];

	objects = nil;

	if ((pool_list = [OFThread objectForTLSKey: pool_list_key]) == nil) {
		pool_list = [[OFList alloc] initWithoutRetainAndRelease];
		[OFThread setObject: pool_list
			  forTLSKey: pool_list_key];
		[pool_list release];
	}








<
<







58
59
60
61
62
63
64


65
66
67
68
69
70
71

- init
{
	OFList *pool_list;

	self = [super init];



	if ((pool_list = [OFThread objectForTLSKey: pool_list_key]) == nil) {
		pool_list = [[OFList alloc] initWithoutRetainAndRelease];
		[OFThread setObject: pool_list
			  forTLSKey: pool_list_key];
		[pool_list release];
	}