ObjFW  Diff

Differences From Artifact [fb8e07d9a0]:

To Artifact [c9eed87446]:


57
58
59
60
61
62
63
64
65
66

67
68
69
70
71
72
73
74
75
76
77
78
57
58
59
60
61
62
63



64

65
66


67
68
69
70
71
72
73







-
-
-
+
-


-
-







	[_thread release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"Deallocation of a thread of type %@ was tried, even though it "
	    @"was still running!", _inClass];

	return _description;
}

- (OFThread*)thread
{
	OF_GETTER(_thread, NO)
}
@end