summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/clock/clock-utils.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/applets/clock/clock-utils.c b/applets/clock/clock-utils.c
index 9f739099..4f11a7f5 100644
--- a/applets/clock/clock-utils.c
+++ b/applets/clock/clock-utils.c
@@ -166,8 +166,10 @@ clock_utils_pixbuf_from_svg_resource_at_size (const char *resource,
cairo_surface_destroy (surface);
out:
- if (handle)
+ if (handle) {
rsvg_handle_close (handle, NULL);
+ rsvg_handle_free (handle);
+ }
if (stream)
g_object_unref (stream);