[test/filter-bilinear-extents] Memleak.

Destroy the temporary image surface.
This commit is contained in:
Chris Wilson 2008-04-08 10:57:51 +01:00
parent c7cd5b30c4
commit 935b0bbf6e

View file

@ -81,6 +81,8 @@ draw (cairo_t *cr, int width, int height)
cairo_paint (cr);
cairo_restore (cr);
cairo_surface_destroy (checker);
return CAIRO_TEST_SUCCESS;
}