raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f779c49c89875115a0b715a05c524bbb3ed6556c

commit f779c49c89875115a0b715a05c524bbb3ed6556c
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Dec 11 18:20:13 2013 +0900

    edje - edje_cc - try and make coverty ignore the leak (invalid)
    
    hope that this does not reappear in future if changes happen in src.
    CID 1132627
---
 src/bin/edje/edje_cc_out.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c
index f5a5044..632a8bb 100644
--- a/src/bin/edje/edje_cc_out.c
+++ b/src/bin/edje/edje_cc_out.c
@@ -945,8 +945,11 @@ data_write_images(Eet_File *ef, int *image_num)
                          data_image_preload_done(iw, evas, im, NULL);
                     }
                   else
-                    error_and_abort_image_load_error
-                    (ef, img->entry, load_err);
+                    {
+                       error_and_abort_image_load_error
+                         (ef, img->entry, load_err);
+                       exit(1); // ensure static analysis tools know we exit
+                    }
                }
          }
      }

-- 


Reply via email to