diff --git a/legacy/evas/src/lib/engines/gl_common/evas_gl_font.c b/legacy/evas/src/lib/engines/gl_common/evas_gl_font.c index 407dfd0a19..176df3e420 100644 --- a/legacy/evas/src/lib/engines/gl_common/evas_gl_font.c +++ b/legacy/evas/src/lib/engines/gl_common/evas_gl_font.c @@ -155,7 +155,7 @@ evas_gl_font_texture_new(Evas_GL_Context *gc, RGBA_Font_Glyph *fg) void evas_gl_font_texture_free(Evas_GL_Font_Texture *ft) { - if (!ft) return NULL; + if (!ft) return; if (ft->gc->font_texture == ft->texture) { ft->gc->font_texture = 0;