eet: removed warning from eet_image

Reviewers: stanluk, lukasz.stanislawski

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5505
This commit is contained in:
Pawel Aksiutowicz 2017-11-21 11:12:56 +09:00 committed by Jean-Philippe Andre
parent b291d25dfc
commit 599a36b8ee
1 changed files with 1 additions and 0 deletions

View File

@ -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;