ObjFW  Diff

Differences From Artifact [53c2a094cf]:

To Artifact [6b8df1f839]:


105
106
107
108
109
110
111
112
113
114
115
116
117
118
119

	return [super free];
}

- addToPool: (OFObject*)obj
{
	if (objects == nil)
		objects = [OFArray newWithItemSize: sizeof(char*)];

	[objects add: &obj];

	return self;
}

- release







|







105
106
107
108
109
110
111
112
113
114
115
116
117
118
119

	return [super free];
}

- addToPool: (OFObject*)obj
{
	if (objects == nil)
		objects = [[OFArray alloc] initWithItemSize: sizeof(char*)];

	[objects add: &obj];

	return self;
}

- release