mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-08 22:20:22 +01:00
[test-meta] Initialize image
Oops, stupid mistake - missed off the initialization of the image to NULL from the last commit.
This commit is contained in:
parent
ac6c3dbbae
commit
28773fe79f
1 changed files with 1 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ _cairo_test_meta_surface_create (cairo_content_t content,
|
|||
surface->height = height;
|
||||
|
||||
surface->image_reflects_meta = FALSE;
|
||||
surface->image = NULL;
|
||||
|
||||
return &surface->base;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue