diff options
-rwxr-xr-x | src/bin/edje/edje_cc_out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index 95798fb5b0..f755254286 100755 --- a/src/bin/edje/edje_cc_out.c +++ b/src/bin/edje/edje_cc_out.c | |||
@@ -1048,6 +1048,7 @@ data_write_images(Eet_File *ef, int *image_num) | |||
1048 | } | 1048 | } |
1049 | else | 1049 | else |
1050 | { | 1050 | { |
1051 | if (iw) free(iw); | ||
1051 | error_and_abort_image_load_error | 1052 | error_and_abort_image_load_error |
1052 | (ef, img->entry, load_err); | 1053 | (ef, img->entry, load_err); |
1053 | exit(1); // ensure static analysis tools know we exit | 1054 | exit(1); // ensure static analysis tools know we exit |