Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions cbits/runProcess.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,11 +875,6 @@ waitForJobCompletion ( HANDLE hJob )
sizeof(JOBOBJECT_BASIC_PROCESS_ID_LIST),
NULL);

if (!success) {
maperrno();
return false;
}

if (!success && GetLastError() == ERROR_MORE_DATA) {
process_count *= 2;
free(pid_list);
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased changes

## 1.6.8.2 *March 2020*

* Fix another process wait bug on Windows.

## 1.6.8.1 *March 2020*

* Fix a few warnings on Windows.
Expand Down
2 changes: 1 addition & 1 deletion process.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: process
version: 1.6.8.1
version: 1.6.8.2
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
Expand Down