evas: let's not leak on failure.

CID 1210815
This commit is contained in:
Cedric Bail 2014-05-04 00:20:12 +02:00
parent d590ad8041
commit 4bf0a64358
1 changed files with 2 additions and 0 deletions

View File

@ -1463,6 +1463,8 @@ error:
_shader_string_fini(&vert);
_shader_string_fini(&frag);
free(program);
return NULL;
}