summaryrefslogtreecommitdiff
path: root/gi/pygi-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-object.c')
-rw-r--r--gi/pygi-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-object.c b/gi/pygi-object.c
index 9abfc6b9..2aefee1d 100644
--- a/gi/pygi-object.c
+++ b/gi/pygi-object.c
@@ -267,7 +267,7 @@ pygi_arg_gobject_new_from_info (GITypeInfo *type_info,
if (res) {
return cache;
} else {
- _pygi_arg_cache_free (cache);
+ pygi_arg_cache_free (cache);
return NULL;
}
}