From 1d11f7a879355e0440812811c777dba666074c66 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 22 May 2012 09:09:52 +0000 Subject: [PATCH] dont eet_close on error/abort as it can cause segv's now due to threads. SVN revision: 71309 --- legacy/edje/src/bin/edje_cc_out.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/edje/src/bin/edje_cc_out.c b/legacy/edje/src/bin/edje_cc_out.c index 30ea4c89ec..7e3757b649 100644 --- a/legacy/edje/src/bin/edje_cc_out.c +++ b/legacy/edje/src/bin/edje_cc_out.c @@ -201,7 +201,6 @@ static Eina_List *part_slave_lookups = NULL; static Eina_List *image_slave_lookups= NULL; #define ABORT_WRITE(eet_file, file) \ - eet_close(eet_file); \ unlink(file); \ exit(-1);