fix: free process args in pthread

This commit is contained in:
2026-05-16 16:24:42 +02:00
parent fb77d8e893
commit 9969230cd9
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -643,6 +643,7 @@ void *state_background_write(void *args) {
}
log_info("(state) background writing stopped by main thread");
free(process_args);
pthread_exit(NULL);
}