jpeg pushed a commit to branch master.

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

commit 599a36b8eeb46a1108db7a4ca170008053ce065e
Author: Pawel Aksiutowicz <[email protected]>
Date:   Tue Nov 21 11:12:56 2017 +0900

    eet: removed warning from eet_image
    
    Reviewers: stanluk, lukasz.stanislawski
    
    Subscribers: cedric, jpeg
    
    Differential Revision: https://phab.enlightenment.org/D5505
---
 src/lib/eet/eet_image.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/eet/eet_image.c b/src/lib/eet/eet_image.c
index 760f696502..33dbcf7af9 100644
--- a/src/lib/eet/eet_image.c
+++ b/src/lib/eet/eet_image.c
@@ -805,6 +805,7 @@ eet_data_image_etc1_compressed_convert(int         *size,
    void *result;
    const char *codec;
 
+   data = NULL;
    r = eina_binbuf_new();
    if (!r) return NULL;
 

-- 


Reply via email to