gl generic ector leak - fix not using return value of eng_image_data_put

this fixes CID 1339963

@fix
This commit is contained in:
Carsten Haitzler 2016-07-08 17:13:17 +09:00
parent f4568beab6
commit 3c793f98a9
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);
eng_image_data_put(data, buffer->gl, buffer->software);
data = eng_image_data_put(data, buffer->gl, buffer->software);
if (!mul_use)
{