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
main.c
View File

@@ -91,6 +91,7 @@ int main(){
temp_heigth = terminal_height;
}
if (status & STATUS_RUN_BACKEND) {
free(global_path);
global_path = getcwd(NULL, 0);
pthread_cond_signal(&cond_top);
pthread_cond_signal(&cond_mid);