Skip to content

Commit

Permalink
test: do not leak resources
Browse files Browse the repository at this point in the history
Silence some leak reports by check-valgrind.
  • Loading branch information
Andrea Canciani committed Sep 10, 2010
1 parent 8fda4ab commit 291876a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/subsurface-outside-target.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ check_surface_extents (const cairo_test_context_t *ctx,

cr = cairo_create (surface);
cairo_clip_extents (cr, &x1, &y1, &x2, &y2);
cairo_destroy (cr);

if (x != x1 ||
y != y1 ||
Expand Down

0 comments on commit 291876a

Please sign in to comment.