(Lakka) Shut valgrind up

This commit is contained in:
Higor Eurípedes 2014-09-06 14:09:07 -03:00
parent 74a47bcb81
commit 6b3cf20345

View File

@ -630,7 +630,7 @@ static void lakka_frame(void)
static GLuint png_texture_load(const char * file_name)
{
struct texture_image ti;
struct texture_image ti = {0};
texture_image_load(&ti, file_name);
/* Generate the OpenGL texture object */