fix for subprocess management (when places are enabled)
This commit is contained in:
parent
32da8e2b1f
commit
d7a996ee0b
|
@ -617,7 +617,7 @@ static void *mz_proc_thread_signal_worker(void *data) {
|
||||||
} else if (pid > 0) {
|
} else if (pid > 0) {
|
||||||
/* printf("SIGCHILD pid %i with status %i %i\n", pid, status, WEXITSTATUS(status)); */
|
/* printf("SIGCHILD pid %i with status %i %i\n", pid, status, WEXITSTATUS(status)); */
|
||||||
if (is_group) {
|
if (is_group) {
|
||||||
next = unused_status->next;
|
next = unused_status->next_unused;
|
||||||
if (prev_unused)
|
if (prev_unused)
|
||||||
prev_unused->next_unused = next;
|
prev_unused->next_unused = next;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user