ObjFW  Diff

Differences From Artifact [a839633991]:

To Artifact [666629e8be]:


381
382
383
384
385
386
387
388

389
390
391
392
393
394
395
381
382
383
384
385
386
387

388
389
390
391
392
393
394
395







-
+







# else
	@synchronized (self) {
		if (_runLoop == nil)
			_runLoop = [[OFRunLoop alloc] init];
	}
# endif

	return [[_runLoop retain] autorelease];
	return _runLoop;
}

- (OFString *)name
{
	return [[_name copy] autorelease];
}