From 3abb52c962091caf0db1a72aa0f8ffb7aba058e4 Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Sun, 1 Dec 2019 17:20:46 +0100 Subject: [PATCH] Memory's the name trashing it is my game --- source/tegraexplorer/gfx.c | 1 + 1 file changed, 1 insertion(+) 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){