evas ector gl - fix leak of image data on data put

@fix

fix coverity found leak CID 1374645
This commit is contained in:
Carsten Haitzler 2017-09-29 11:47:55 +09:00
parent 9f91d0d284
commit 246d8dbda5
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ _evas_ector_gl_buffer_ector_buffer_unmap(Eo *obj EINA_UNUSED, Evas_Ector_GL_Buff
else
{
MAP_DUMP(pd->glim, "out_ro_nofree");
eng_image_data_put(ENC, pd->glim, map->image_data);
pd->glim = eng_image_data_put(ENC, pd->glim, map->image_data);
}
}
if (map->allocated)