diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_port.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_port.c b/src/nxt_port.c index e8e94a94..1fcb0244 100644 --- a/src/nxt_port.c +++ b/src/nxt_port.c @@ -29,6 +29,7 @@ nxt_port_mp_cleanup(nxt_task_t *task, void *obj, void *data) nxt_assert(port->use_count == 0); nxt_assert(port->app_link.next == NULL); + nxt_assert(port->idle_link.next == NULL); nxt_assert(nxt_queue_is_empty(&port->messages)); nxt_assert(nxt_lvlhsh_is_empty(&port->rpc_streams)); |