ObjFW  Diff

Differences From Artifact [ce186b9740]:

To Artifact [a5bedf0289]:


447
448
449
450
451
452
453
454
455
456
457
458
459
{
	if (object_getClass(self) == (Class)&_NSConcreteMallocBlock)
		Block_release(self);
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

	/* Get rid of a stupid warning */
	[super dealloc];
}
@end







<
|
<
<


447
448
449
450
451
452
453

454


455
456
{
	if (object_getClass(self) == (Class)&_NSConcreteMallocBlock)
		Block_release(self);
}

- (void)dealloc
{

	OF_DEALLOC_UNSUPPORTED


}
@end