diff --git a/source/tegraexplorer/gfx.c b/source/tegraexplorer/gfx.c index 635ae67..10dd586 100644 --- a/source/tegraexplorer/gfx.c +++ b/source/tegraexplorer/gfx.c @@ -108,6 +108,7 @@ void printfsentry(fs_entry file, bool highlight){ gfx_printf("%k%s%K\a%d\e%s", COLOR_VIOLET, display, COLOR_DEFAULT, file.size, sizevalues[size - 4]); } + free(display); } int makefilemenu(fs_entry *files, int amount, char *path){