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)
commite16054cf091d5b47a7ee9da8e616e7c5bfbceaf6
tree0d3417d58df581095b9a3413766b10cac8fa1393
parent17a1b1a2b23bd8befdf102f1e4562eb8ad701080
cdbmodule.c: Fix deallocation.

Use PyObject_Del rather than PyMem_DEL, because the former doesn't lead
to a ghastly crash.
src/cdbmodule.c