From b9c7051484f062f958b8e3ddc333e3b0c3509acf Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Thu, 6 May 2010 14:16:33 +0100 Subject: [PATCH] test-cogl-path: Initialise state.frame state.frame was left unitialized so it would be left to happenstance which of the first three frames would be used for validating the test. --- tests/conform/test-cogl-path.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conform/test-cogl-path.c b/tests/conform/test-cogl-path.c index 87d108ddf..4c127b56f 100644 --- a/tests/conform/test-cogl-path.c +++ b/tests/conform/test-cogl-path.c @@ -180,6 +180,7 @@ test_cogl_path (TestConformSimpleFixture *fixture, unsigned int idle_source; unsigned int paint_handler; + state.frame = 0; state.stage = clutter_stage_get_default (); clutter_stage_set_color (CLUTTER_STAGE (state.stage), &stage_color);