mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(Lakka) Shut valgrind up
This commit is contained in:
parent
74a47bcb81
commit
6b3cf20345
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user