[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:
Chris Wilson 2009-07-03 13:17:47 +01:00
parent ac6c3dbbae
commit 28773fe79f

View file

@ -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;