diff options
| author | Andrei Belov <defan@nginx.com> | 2021-12-02 18:42:23 +0300 |
|---|---|---|
| committer | Andrei Belov <defan@nginx.com> | 2021-12-02 18:42:23 +0300 |
| commit | 7634ab0f21c712e79c5d09e5817f866ff71d4f49 (patch) | |
| tree | 1c4b20be29a9372858088c9faa3f02e7f584402f /src/nxt_application.c | |
| parent | 5dfde9717d9ef611072defdd211089efa920c728 (diff) | |
| parent | 85908c09f9b7d8d0bd797427d984e2697ece8267 (diff) | |
| download | unit-1.26.1-1.tar.gz unit-1.26.1-1.tar.bz2 | |
Merged with the 1.26 branch.1.26.1-1
Diffstat (limited to '')
| -rw-r--r-- | src/nxt_application.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_application.c b/src/nxt_application.c index 589821fb..82385ec4 100644 --- a/src/nxt_application.c +++ b/src/nxt_application.c @@ -1147,6 +1147,8 @@ nxt_proto_process_remove(nxt_task_t *task, nxt_pid_t pid) process = lhq.value; nxt_queue_remove(&process->link); + process->link.next = NULL; + break; default: |
