summaryrefslogtreecommitdiff
path: root/gi/pygi-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-list.c')
-rw-r--r--gi/pygi-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-list.c b/gi/pygi-list.c
index 5244b1af..af2afd8d 100644
--- a/gi/pygi-list.c
+++ b/gi/pygi-list.c
@@ -460,7 +460,7 @@ pygi_arg_glist_new_from_info (GITypeInfo *type_info,
if (res) {
return arg_cache;
} else {
- _pygi_arg_cache_free (arg_cache);
+ pygi_arg_cache_free (arg_cache);
return NULL;
}
}