Fix a few list-related memleaks in python bindings
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Dec 2009 12:42:03 +0000 (14:42 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Dec 2009 12:44:18 +0000 (14:44 +0200)
commit60b66dc7d9c728d6b779d3d772ac36b9134a2f56
tree5dc1bcdf48a05e142687bc4f72c9b5a431aac802
parenta250601a8e7b31cba2565cfaf82dbfc3f6be7338
Fix a few list-related memleaks in python bindings
- PyList_Append() bumps the object reference count, callers need to
  explicitly decref them... oops :)
python/header-py.c
python/rpmtd-py.c
python/rpmts-py.c
python/spec-py.c