edje: don't generate annotate file when edje_cc fail.
authorCedric BAIL <cedric.bail@free.fr>
Mon, 17 Sep 2012 09:34:29 +0000 (09:34 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Mon, 17 Sep 2012 09:34:29 +0000 (09:34 +0000)
SVN revision: 76746

legacy/edje/ChangeLog
legacy/edje/NEWS
legacy/edje/src/bin/edje_cc_out.c

index 1575668..53271a0 100644 (file)
 
        * 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.
+
index c173805..c818f7c 100644 (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:
 
index 3b1d0fb..1b5a137 100644 (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);
 }