ObjFW  Diff

Differences From Artifact [91667fe0ee]:

To Artifact [5aad2dc149]:


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;
		[self free];
		@throw [OFInvalidArgumentException newWithClass: c];
	}

	data = NULL;
	itemsize = is;
	items = 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 free];
		@throw [OFInvalidArgumentException newWithClass: c];
	}

	data = NULL;
	itemsize = is;
	items = 0;