ObjFW  Diff

Differences From Artifact [3ae2ac34e6]:

To Artifact [c6047432b6]:


48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
	if (string != NULL)
		free(string);

	return [super free];
}

- raise
{
	@throw self;
	return self;
}

- (char*)cString
{
	return string;
}
@end

@implementation OFNoMemException







<
<
<
<
<
<







48
49
50
51
52
53
54






55
56
57
58
59
60
61
{
	if (string != NULL)
		free(string);

	return [super free];
}







- (char*)cString
{
	return string;
}
@end

@implementation OFNoMemException