efl/src/bin/edje
Nicolas Aguirre 71dd24a481 edje: epp - fix build of edje file in cas of recursive includes.
Amitesh Singh fixed this issue with Commit
e66e132d9d, but this commit has been reverted
recently, by a commit freeing ressources
(6d0b834a76). It's clear that we are leaking here
if we remove the free, but there is also a valgrind error when this memory is
freed. After trying to debug and understand the code of epp, i can only
propose to remove this free, we will need to include a lot of files before this
memory leak could be visible.

It is also not a real problem, the memory leak only concern the file name passed
in the include directive and epp is started per file anyway. It is unlikely to
create any real life problem and we better spend our time on more pressing matter.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-02-05 15:59:10 +01:00
..
epp edje: epp - fix build of edje file in cas of recursive includes. 2015-02-05 15:59:10 +01:00
.gitignore Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00
edje_cc.c edje_cc: update usage text 2014-11-13 17:10:59 +00:00
edje_cc.h edje: correctly destroy reference to removed part. 2014-10-20 10:47:41 +02:00
edje_cc_handlers.c edje_cc must error when first provided state description is not "default" 0.0 2015-01-26 15:04:19 -05:00
edje_cc_mem.c efl: merge edje. 2013-01-04 02:08:14 +00:00
edje_cc_out.c Edje: edje_cc - abort recursive Reference that is made by GROUP parts 2015-01-29 21:21:08 +01:00
edje_cc_parse.c edje: use the right variable. 2014-10-31 10:45:28 +01:00
edje_cc_sources.c Fix memleak reported by Coverity: 2013-07-08 13:13:15 +01:00
edje_codegen.c allow ecore to not load system modules. 2013-11-14 13:27:19 -02:00
edje_convert.c edje - remove old script_only code that used embryo (not lua) 2014-11-25 15:09:00 +09:00
edje_convert.h Remove selection handlers (and move to elm) 2013-11-08 17:30:45 +09:00
edje_convert_main.c allow ecore to not load system modules. 2013-11-14 13:27:19 -02:00
edje_data_convert.c edje: support anti_alias option 2014-12-24 16:29:49 +09:00
edje_decc.c fix error handling in edje_decc 2014-08-27 17:49:29 +09:00
edje_decc.h efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00
edje_external_inspector.c efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00
edje_inspector.c Edje: Add LOSSY_ETC2 to Edje_Edit 2014-06-18 16:28:37 +09:00
edje_multisense_convert.c efl: merge edje. 2013-01-04 02:08:14 +00:00
edje_multisense_convert.h efl: merge edje. 2013-01-04 02:08:14 +00:00
edje_pick.c edje: edje_pick - fix double free eina hash iterator. 2015-01-20 12:55:17 +01:00
edje_player.c reformat edje_player 2014-04-07 13:15:40 -04:00
edje_recc efl: merge edje. 2013-01-04 02:08:14 +00:00
edje_watch.c edje_watch: Use eina_file_mkstemp() to avoid problems with umask 2014-09-11 11:55:49 +02:00