summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_dealloc
blob: b4d573ef3257a0042bff7be45c4fe74f875f10ff (plain)
1
2
3
4
5
6
7
8

static void
$abbrev$_dealloc(self)
	$abbrev$object *self;
{
	/* XXXX Add your own cleanup code here */
	DEL(self);
}