ObjFW  Diff

Differences From Artifact [5e6306097e]:

To Artifact [1a33b199d0]:


429
430
431
432
433
434
435

436
437
438
439
440
429
430
431
432
433
434
435
436
437
438
439
440
441







+





	assert(0);
}

- (void)close
{
	[super close];

	listening = NO;
	[self freeMemory: sockAddr];
	sockAddr = NULL;
	sockAddrLen = 0;
}
@end