ObjFW  Diff

Differences From Artifact [7c21aa85d9]:

To Artifact [468e6a75ff]:


39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
}

- initWithClass: (Class)class_
	   hash: (OFHash*)hash
{
	self = [super initWithClass: class_];

	@try {
		hashObject = [hash retain];
	} @catch (id e) {
		[self release];
		@throw e;
	}

	return self;
}

- (void)dealloc
{
	[hashObject release];







<
|
<
<
<
<







39
40
41
42
43
44
45

46




47
48
49
50
51
52
53
}

- initWithClass: (Class)class_
	   hash: (OFHash*)hash
{
	self = [super initWithClass: class_];


	hashObject = [hash retain];





	return self;
}

- (void)dealloc
{
	[hashObject release];