ObjFW  Diff

Differences From Artifact [53b11ea420]:

To Artifact [3491f0262a]:


173
174
175
176
177
178
179


180
181
182
183
184
185
186

- (void)close
{
	if (_fd != -1)
		close(_fd);

	_fd = -1;


}

- autorelease
{
	return self;
}








>
>







173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188

- (void)close
{
	if (_fd != -1)
		close(_fd);

	_fd = -1;

	[super close];
}

- autorelease
{
	return self;
}