chiark
/
gitweb
/
~mdw
/
python-cdb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
e16054c
)
cdbmodule.c: Fix deallocation.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 10 Oct 2009 12:15:39 +0000
(13:15 +0100)
committer
Mark 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