evas: Fix call to NULL object

This commit is contained in:
Jean-Philippe Andre 2016-07-19 19:13:45 +09:00
parent 2c7f9481ed
commit f09df82283
1 changed files with 1 additions and 1 deletions

View File

@ -4349,7 +4349,7 @@ eng_ector_end(void *data EINA_UNUSED, void *context EINA_UNUSED, Ector_Surface *
}
else
{
ector_renderer_surface_set(ector, NULL);
ector_buffer_pixels_set(ector, NULL, 0, 0, 0, EFL_GFX_COLORSPACE_ARGB8888, EINA_TRUE, 0, 0, 0, 0);
evas_common_cpu_end_opt();
}
}