summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/pygobject.c')
-rw-r--r--gobject/pygobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject.c b/gobject/pygobject.c
index cf016fa..2bc2f3f 100644
--- a/gobject/pygobject.c
+++ b/gobject/pygobject.c
@@ -1198,7 +1198,7 @@ PyTypeObject PyGObject_Type = {
(initproc)pygobject_init, /* tp_init */
(allocfunc)0, /* tp_alloc */
(newfunc)0, /* tp_new */
- pygobject_free, /* tp_free */
+ (freefunc)pygobject_free, /* tp_free */
(inquiry)0, /* tp_is_gc */
(PyObject *)0, /* tp_bases */
};