efl/src/bin/edje
Youngbok Shin 5a24f1404a edje_cc: fix a memory leak issue when edje_cc writes images
Summary:
If there is no given pathes for image files as parameter of edje_cc,
"img_dirs" will be NULL. Then, a local variable "load_err" is always
EVAS_LOAD_ERROR_NONE. Because of this, the "if" condition just after
EINA_LIST_FOREACH() will fail. It causes memory leak from "iw".
@fix

Test Plan: N/A

Reviewers: raster, cedric, jpeg, woohyun

Differential Revision: https://phab.enlightenment.org/D5285

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
2017-10-13 11:55:06 -07:00
..
epp efl src - mark fallthrough switch statements in 3rd party code 2017-08-04 10:19:27 +09:00
.gitignore
edje_cc.c edje: support legacy Textblock calculation logic for 1.18 edje file 2017-07-04 14:13:13 +09:00
edje_cc.h
edje_cc_handlers.c edje: make the generated default program name reproducible over builds 2017-08-07 14:35:32 +02:00
edje_cc_mem.c
edje_cc_out.c edje_cc: fix a memory leak issue when edje_cc writes images 2017-10-13 11:55:06 -07:00
edje_cc_parse.c efl: add EFL_VERSION_1_21 2017-08-14 07:25:04 -04:00
edje_cc_sources.c
edje_codegen.c
edje_convert.c edje convert - make realloc fatal and complain about it 2017-07-24 13:09:26 +09:00
edje_convert.h
edje_convert_main.c
edje_data_convert.c
edje_decc.c
edje_decc.h
edje_external_inspector.c
edje_inspector.c
edje_multisense_convert.c
edje_multisense_convert.h
edje_pick.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
edje_player.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
edje_recc
edje_svg_loader.c edje_svg: Fix handling of realloc 2017-08-01 20:03:20 +09:00
edje_watch.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00