summaryrefslogtreecommitdiff
path: root/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'idle.c')
-rw-r--r--idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/idle.c b/idle.c
index f17d161..5a60973 100644
--- a/idle.c
+++ b/idle.c
@@ -400,7 +400,7 @@ idle_free(struct uring_task *task)
fprintf(stderr, "%s: called with task 0x%p and idle 0x%p\n", __func__, task, idle);
idle->server->idle = NULL;
- free(idle);
+ xfree(idle);
}
void