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 fa90654..3c3d50a 100644
--- a/gsystem-local-alloc.c
+++ b/gsystem-local-alloc.c
@@ -136,3 +136,9 @@ gs_local_checksum_free (void *loc)
{
_gs_local_free(GChecksum, g_checksum_free);
}
+
+void
+gs_local_bytes_unref (void *loc)
+{
+ _gs_local_free(GBytes, g_bytes_unref);
+}