ObjFW  Diff

Differences From Artifact [8ce162a9da]:

To Artifact [f9593924bb]:


38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
	Class c;

	self = [super init];

	if (is == 0) {
		c = isa;
		[super free];
		@throw [OFInvalidArgumentException newWithClass: c];
	}

	data = NULL;
	itemsize = is;
	count = 0;








|







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
	Class c;

	self = [super init];

	if (is == 0) {
		c = isa;
		[super dealloc];
		@throw [OFInvalidArgumentException newWithClass: c];
	}

	data = NULL;
	itemsize = is;
	count = 0;