Eliminate all custom tp_free() type methods
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 24 Sep 2009 10:40:44 +0000 (13:40 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 24 Sep 2009 10:40:44 +0000 (13:40 +0300)
commitdf40d9b27b1dc8bd82f8f1c8a17d357df3fae330
tree76f4269a7ce55cad0c7c8b44b49dde1958fd01f8
parentd5f5156bd09338eceba7eeb6c5122ecc58afb0a1
Eliminate all custom tp_free() type methods
- tp_free()'s purpose is only to free up the memory used by the python
  object structure, cleaning up our own allocations belongs to tp_dealloc()
python/rpmds-py.c
python/rpmfi-py.c
python/rpmps-py.c
python/rpmts-py.c