Sign in
android
/
platform
/
external
/
python
/
49c8a063d2db72232ab22809ff8741232e7523df
/
.
/
Tools
/
modulator
/
Templates
/
object_tp_dealloc
blob: 440419a524c23ddfb65d2c990acd6515285382ef [
file
] [
log
] [
blame
]
static
void
$abbrev$_dealloc
(
$abbrev$object
*
self
)
{
/* XXXX Add your own cleanup code here */
PyMem_DEL
(
self
);
}