edje: don't generate annotate file when edje_cc fail.

SVN revision: 76746
This commit is contained in:
Cedric BAIL 2012-09-17 09:34:29 +00:00
parent f4208b2d8b
commit a6ab9bddd2
3 changed files with 7 additions and 0 deletions

View File

@ -623,3 +623,8 @@
* Small improvement in memory footprint by using an array instead of a list for
some callback list.
2012-09-17 Cedric Bail
* Don't generate an annotate file if edje_cc failed.

View File

@ -17,6 +17,7 @@ Improvements:
* O(1) access time for parameters in edje_cc_handler.
* Recycle and use less memory during load time.
* Less memory used per callbacks.
* Don't generate an annotate file if edje_cc failed.
Fixes:

View File

@ -212,6 +212,7 @@ error_and_abort(Eet_File *ef __UNUSED__, const char *fmt, ...)
"unknown", "unknown", 0, fmt, ap);
va_end(ap);
unlink(file_out);
if (watchfile) unlink(watchfile);
exit(-1);
}