cdbmodule.c: Fix deallocation.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 10 Oct 2009 12:15:39 +0000 (13:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 10 Oct 2009 12:15:39 +0000 (13:15 +0100)
Use PyObject_Del rather than PyMem_DEL, because the former doesn't lead
to a ghastly crash.


No differences found