From 1053e7a1a61b90dd02edc370e3e5fc25bb1221b0 Mon Sep 17 00:00:00 2001 From: raster 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. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@71309 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_cc_out.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/edje_cc_out.c b/src/bin/edje_cc_out.c index 30ea4c8..7e3757b 100644 --- a/src/bin/edje_cc_out.c +++ b/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); -- 2.7.4