head	1.2;
access;
symbols;
locks
	amk:1.2; strict;
comment	@# @;


1.2
date	96.06.26.16.55.45;	author amk;	state Exp;
branches;
next	1.1;

1.1
date	96.06.20.21.31.23;	author amk;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Revised version with SSLeay fixes.
@
text
@
static void
$abbrev$_dealloc($abbrev$Object *self)
{
	/* XXXX Add your own cleanup code here */
#ifdef $abbrev$_dealloc_impl
	$abbrev$_dealloc_impl(self)
#else
	$abbrev$_dealloc_(self)
#endif
	PyMem_DEL(self);
}
@


1.1
log
@Initial revision
@
text
@d8 1
a8 1
#endif
@
