summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/clip-contexts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/clip-contexts.c b/test/clip-contexts.c
index 8f767e10..39d2004c 100644
--- a/test/clip-contexts.c
+++ b/test/clip-contexts.c
@@ -62,6 +62,8 @@ draw (cairo_t *cr, int width, int height)
cairo_set_source_rgba (cr, 0, 0, 1, .5);
cairo_paint (cr);
+ cairo_destroy (cr2);
+
return CAIRO_TEST_SUCCESS;
}