summaryrefslogtreecommitdiff
path: root/python/rpmfd-py.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-12-30 15:12:50 +0000
committerjbj <devnull@localhost>2003-12-30 15:12:50 +0000
commita3bf9b96f92fb7184d30d0ffedd6c37bbe57b6c4 (patch)
treec211a2f318e9f9b25759b5075c6fdf0de3f347e6 /python/rpmfd-py.c
parent60a6f22facd168a8e428d39ede7ad730296bed4c (diff)
downloadlibrpm-tizen-a3bf9b96f92fb7184d30d0ffedd6c37bbe57b6c4.tar.gz
librpm-tizen-a3bf9b96f92fb7184d30d0ffedd6c37bbe57b6c4.tar.bz2
librpm-tizen-a3bf9b96f92fb7184d30d0ffedd6c37bbe57b6c4.zip
- use -fPIC -DPIC on all platforms, not just mandatory (#112713).
CVS patchset: 7051 CVS date: 2003/12/30 15:12:50
Diffstat (limited to 'python/rpmfd-py.c')
-rw-r--r--python/rpmfd-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmfd-py.c b/python/rpmfd-py.c
index 9c43bc7f7..5928d6a40 100644
--- a/python/rpmfd-py.c
+++ b/python/rpmfd-py.c
@@ -322,7 +322,7 @@ PyTypeObject rpmfd_Type = {
(initproc) rpmfd_init, /* tp_init */
(allocfunc) rpmfd_alloc, /* tp_alloc */
(newfunc) rpmfd_new, /* tp_new */
- (destructor) rpmfd_free, /* tp_free */
+ (freefunc) rpmfd_free, /* tp_free */
0, /* tp_is_gc */
#endif
};