evas gl generic - fix ector end to place return in right var

fixes new CID 1357394
This commit is contained in:
Carsten Haitzler 2016-07-09 11:43:12 +09:00
parent f7ea9373f6
commit a9025a3e4f
1 changed files with 1 additions and 1 deletions

View File

@ -2764,7 +2764,7 @@ eng_ector_end(void *data, void *context EINA_UNUSED, Ector_Surface *ector,
mul_use = gl_context->dc->mul.use;
ector_buffer_pixels_set(ector, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0);
data = eng_image_data_put(data, buffer->gl, buffer->software);
buffer->gl = eng_image_data_put(data, buffer->gl, buffer->software);
if (!mul_use)
{