summaryrefslogtreecommitdiff
path: root/gi/pygi-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-info.c')
-rw-r--r--gi/pygi-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-info.c b/gi/pygi-info.c
index d0d21582..ffc9d4f6 100644
--- a/gi/pygi-info.c
+++ b/gi/pygi-info.c
@@ -177,7 +177,7 @@ _base_info_dealloc (PyGIBaseInfo *self)
g_base_info_unref (self->info);
- _pygi_callable_cache_free(self->cache);
+ pygi_callable_cache_free(self->cache);
Py_TYPE( (PyObject *) self)->tp_free ( (PyObject *) self);
}