From: Mark Wooding Date: Sat, 10 Oct 2009 12:15:39 +0000 (+0100) Subject: cdbmodule.c: Fix deallocation. X-Git-Tag: 0.32-5.3~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/python-cdb/commitdiff_plain/e16054cf091d5b47a7ee9da8e616e7c5bfbceaf6?hp=e16054cf091d5b47a7ee9da8e616e7c5bfbceaf6 cdbmodule.c: Fix deallocation. Use PyObject_Del rather than PyMem_DEL, because the former doesn't lead to a ghastly crash. ---