summaryrefslogtreecommitdiff
path: root/rsvg-shapes.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg-shapes.c')
-rw-r--r--rsvg-shapes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsvg-shapes.c b/rsvg-shapes.c
index 94d67644..589934f5 100644
--- a/rsvg-shapes.c
+++ b/rsvg-shapes.c
@@ -1373,6 +1373,8 @@ static gboolean utf8_base64_decode(char ** binptr, size_t * binlen, const char *
decoded = FALSE;
break;
}
+
+ g_free(ucs4_str);
return decoded;
}