edje: leak is gone, so use it again.

This commit is contained in:
Cedric Bail 2013-06-25 11:44:38 +09:00
parent 406cdbd686
commit 1043bb0f47
1 changed files with 1 additions and 3 deletions

View File

@ -460,9 +460,7 @@ _edje_real_part_image_set(Edje *ed, Edje_Real_Part *ep, FLOAT_T pos)
/* Replace snprint("edje/images/%i") == memcpy + itoa */
eina_convert_itoa(image_id, buf + 12); /* No need to check length as 2³² need only 10 characteres. */
evas_object_image_file_set(ep->object, ed->file->path, buf);
// until leak found.. disable this as it causes much leakage. thanks cedric!
// evas_object_image_mmap_set(ep->object, ed->file->f, buf);
evas_object_image_mmap_set(ep->object, ed->file->f, buf);
if (evas_object_image_load_error_get(ep->object) != EVAS_LOAD_ERROR_NONE)
{
ERR("Error loading image collection \"%s\" from "