ObjFW  Diff

Differences From Artifact [ce186b9740]:

To Artifact [a5bedf0289]:


447
448
449
450
451
452
453
454
455

456
457
458
459
447
448
449
450
451
452
453


454


455
456







-
-
+
-
-


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

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

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