dont eet_close on error/abort as it can cause segv's now due to threads.

SVN revision: 71309
This commit is contained in:
Carsten Haitzler 2012-05-22 09:09:52 +00:00
parent 1d7cdc8348
commit 1d11f7a879
1 changed files with 0 additions and 1 deletions

View File

@ -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);