ObjFW  Diff

Differences From Artifact [891598484b]:

To Artifact [22ee2bf80a]:


42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
- (instancetype)autorelease
{
	return self;
}

- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}

- (void)release
{
}

- (void)dealloc







|







42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
- (instancetype)autorelease
{
	return self;
}

- (unsigned int)retainCount
{
	return OFMaxRetainCount;
}

- (void)release
{
}

- (void)dealloc