ObjFW  Diff

Differences From Artifact [37839d79ab]:

To Artifact [00e6aa5037]:


310
311
312
313
314
315
316

317
318
319

320
321
322
323
324
325
310
311
312
313
314
315
316
317
318


319

320
321
322
323
324







+

-
-
+
-





}

- close
{
	if (sock == INVALID_SOCKET)
		@throw [OFNotConnectedException newWithClass: isa];

	[self freeMemory: saddr];
	sock = INVALID_SOCKET;

	if (saddr != NULL)
	saddr = NULL;
		[self freeMemory: saddr];
	saddr_len = 0;

	return self;
}
@end