ObjFW  Diff

Differences From Artifact [7c4793cfc9]:

To Artifact [ece321bbec]:


36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

	if (!of_condition_new(&_condition)) {
		Class c = [self class];
		[self release];
		@throw [OFInitializationFailedException exceptionWithClass: c];
	}

	_conditionInitialized = YES;

	return self;
}

- (void)dealloc
{
	if (_conditionInitialized)







|







36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

	if (!of_condition_new(&_condition)) {
		Class c = [self class];
		[self release];
		@throw [OFInitializationFailedException exceptionWithClass: c];
	}

	_conditionInitialized = true;

	return self;
}

- (void)dealloc
{
	if (_conditionInitialized)