1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

fixed some race conditions and improved parsing storage size

This commit is contained in:
nova
2025-10-08 21:33:06 +02:00
parent 23ff0b07ec
commit 3082fed378
3 changed files with 81 additions and 56 deletions

2
main.c
View File

@@ -112,6 +112,7 @@ int main(){
threading_free();
free(start_path);
/*
if (threading) {
pthread_join(thread_l, NULL);
pthread_join(thread_r, NULL);
@@ -119,6 +120,7 @@ int main(){
pthread_join(thread_t, NULL);
pthread_join(thread_b, NULL);
}
*/
delwin(win_l);
delwin(win_m);