disable cedric leakage causes in edje mmap file set. :)

This commit is contained in:
Carsten Haitzler 2013-06-11 20:57:08 +09:00
parent d3292a7ae9
commit eac7636a1e
1 changed files with 3 additions and 1 deletions

View File

@ -460,7 +460,9 @@ _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_mmap_set(ep->object, ed->file->f, buf);
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);
if (evas_object_image_load_error_get(ep->object) != EVAS_LOAD_ERROR_NONE)
{
ERR("Error loading image collection \"%s\" from "