summaryrefslogtreecommitdiff
path: root/gsystem-local-alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gsystem-local-alloc.c')
-rw-r--r--gsystem-local-alloc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gsystem-local-alloc.c b/gsystem-local-alloc.c
index 3c3d50a..0d404ff 100644
--- a/gsystem-local-alloc.c
+++ b/gsystem-local-alloc.c
@@ -142,3 +142,9 @@ gs_local_bytes_unref (void *loc)
{
_gs_local_free(GBytes, g_bytes_unref);
}
+
+void
+gs_local_strfreev (void *loc)
+{
+ _gs_local_free(char **, g_strfreev);
+}