gl_generic: fix unintended behavior (we want to assign the value we point to)

This commit is contained in:
Daniel Kolesa 2015-07-15 16:08:04 +01:00
parent 3e72080123
commit 48936722f9
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ eng_image_data_get(void *data, void *image, int to_write, DATA32 **image_data, i
int error;
*image_data = NULL;
if (tofree) tofree = EINA_FALSE;
if (tofree) *tofree = EINA_FALSE;
if (err) *err = EVAS_LOAD_ERROR_NONE;
if (!im)