1
0
mirror of https://gittea.dev/nova/th.git synced 2026-01-30 16:50:10 -05:00

-fsanitize=address related compiler assisted debugging

This commit is contained in:
nova
2026-01-12 18:35:38 +01:00
parent 66f3f3bef6
commit 8734fa6ae4
4 changed files with 24 additions and 17 deletions

1
dir.c
View File

@@ -315,6 +315,7 @@ void print_dir(WINDOW *win, char print_info, unsigned long *dir_file_count, file
} else {
wattroff(win, COLOR_PAIR(dir_content[i].color_pair));
}
free(file_name);
}
free(bg);