mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 10:50:17 +01:00
[test/filter-bilinear-extents] Memleak.
Destroy the temporary image surface.
This commit is contained in:
parent
c7cd5b30c4
commit
935b0bbf6e
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue