mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
os_process_join closes handle
This commit is contained in:
@@ -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);
|
lnk_error(LNK_Error_Mt, "unable to start process: %S", mt_path);
|
||||||
} else {
|
} else {
|
||||||
os_process_join(mt_handle, max_U64, 0);
|
os_process_join(mt_handle, max_U64, 0);
|
||||||
os_process_detach(mt_handle);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
scratch_end(scratch);
|
scratch_end(scratch);
|
||||||
|
|||||||
Reference in New Issue
Block a user