diff options
Diffstat (limited to 'idle.c')
-rw-r--r-- | idle.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -356,8 +356,7 @@ idle_free(struct uring_task *task) { struct idle *idle = container_of(task, struct idle, task); - fprintf(stderr, "%s: called with task 0x%p and idle 0x%p\n", __func__, task, idle); - idle->server->idle = NULL; + fprintf(stderr, "%s: called with task %p and idle %p\n", __func__, task, idle); xfree(idle); } |