/Tools/modulator/Templates/object_tp_dealloc
http://unladen-swallow.googlecode.com/ · #! · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · b155ab330d7102b62fe275d2210b3c4e MD5 · raw file
- static void
- $abbrev$_dealloc($abbrev$object *self)
- {
- /* XXXX Add your own cleanup code here */
- PyMem_DEL(self);
- }