summaryrefslogtreecommitdiff
path: root/gi/pygi-struct-marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-struct-marshal.c')
-rw-r--r--gi/pygi-struct-marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-struct-marshal.c b/gi/pygi-struct-marshal.c
index 52573d65..338f2be5 100644
--- a/gi/pygi-struct-marshal.c
+++ b/gi/pygi-struct-marshal.c
@@ -511,7 +511,7 @@ pygi_arg_struct_new_from_info (GITypeInfo *type_info,
if (res) {
return cache;
} else {
- _pygi_arg_cache_free (cache);
+ pygi_arg_cache_free (cache);
return NULL;
}
}