Evas: Replace image_map_surface_free by common image_free
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 2 Jul 2015 03:04:02 +0000 (12:04 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 2 Jul 2015 03:05:50 +0000 (12:05 +0900)
commitb5c9350805e350f7d7e5b0daeb8b02a5fc42b456
tree6876dc68225f0a3ad98cb8c0e27dd6449a546960
parent681c8b0ec25a0a00325d32aa0f0178434bb54ae7
Evas: Replace image_map_surface_free by common image_free

Those two functions were doing exactly the same thing[1], which
is free an image, so this commit only attempts to simplify the code
a little bit.

[1] Actually image_map_surface_free() might even not have worked
properly with cserve2 sw (calling unload instead of close).
src/lib/evas/canvas/evas_canvas3d_texture.c
src/lib/evas/canvas/evas_clip.c
src/lib/evas/canvas/evas_map.c
src/lib/evas/canvas/evas_object_image.c
src/lib/evas/canvas/evas_object_main.c
src/lib/evas/canvas/evas_render.c
src/lib/evas/include/evas_private.h
src/modules/evas/engines/gl_cocoa/evas_engine.c
src/modules/evas/engines/gl_generic/evas_engine.c
src/modules/evas/engines/software_generic/evas_engine.c