summaryrefslogtreecommitdiff
path: root/rsvg-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg-filter.c')
-rw-r--r--rsvg-filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsvg-filter.c b/rsvg-filter.c
index 9d3ef5e7..61af6500 100644
--- a/rsvg-filter.c
+++ b/rsvg-filter.c
@@ -1902,6 +1902,7 @@ rsvg_filter_primitive_gaussian_blur_render (RsvgFilterPrimitive * self, RsvgFilt
boundarys.x0, boundarys.y0,
boundarys.x1 - boundarys.x0, boundarys.y1 - boundarys.y0);
cairo_fill (cr);
+ cairo_destroy (cr);
}
op.surface = output;