summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_port.c')
-rw-r--r--src/nxt_port.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nxt_port.c b/src/nxt_port.c
index ae08b71d..c4b2af96 100644
--- a/src/nxt_port.c
+++ b/src/nxt_port.c
@@ -109,11 +109,7 @@ nxt_port_release(nxt_task_t *task, nxt_port_t *port)
nxt_debug(task, "port %p %d:%d release, type %d", port, port->pid,
port->id, port->type);
- if (port->app != NULL) {
- nxt_router_app_use(task, port->app, -1);
-
- port->app = NULL;
- }
+ port->app = NULL;
if (port->link.next != NULL) {
nxt_assert(port->process != NULL);