This commit is contained in:
twinaphex 2020-09-04 03:32:25 +02:00
parent 7af07def7e
commit 4ca691acc9

View File

@ -1797,8 +1797,10 @@ bool gfx_display_reset_textures_list(
uintptr_t *item, enum texture_filter_type filter_type,
unsigned *width, unsigned *height)
{
char texpath[PATH_MAX_LENGTH];
struct texture_image ti;
char texpath[PATH_MAX_LENGTH] = {0};
texpath[0] = '\0';
ti.width = 0;
ti.height = 0;