Unlock mutexes on process death

This commit is contained in:
2026-01-29 01:38:44 +01:00
parent 388418a718
commit fdda2e2df8
4 changed files with 39 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ void app_main (void) {
for (int i = 0; i < 3; i++)
test (letter);
process_quit ();
mutex_unlock (MUTEX);
}
}