os_process_join closes handle

This commit is contained in:
Nikita Smith
2026-04-15 15:32:51 -07:00
parent ae99355c1d
commit 18f468bc97
-1
View File
@@ -396,7 +396,6 @@ lnk_merge_manifest_files(String8 mt_path, String8 out_name, String8List manifest
lnk_error(LNK_Error_Mt, "unable to start process: %S", mt_path);
} else {
os_process_join(mt_handle, max_U64, 0);
os_process_detach(mt_handle);
}
scratch_end(scratch);