diff --git a/adapters/libuv.h b/adapters/libuv.h index 268edab79..ec67c15a2 100644 --- a/adapters/libuv.h +++ b/adapters/libuv.h @@ -159,6 +159,7 @@ static int redisLibuvAttach(redisAsyncContext* ac, uv_loop_t* loop) { memset(p, 0, sizeof(*p)); if (uv_poll_init_socket(loop, &p->handle, c->fd) != 0) { + hi_free(p); return REDIS_ERR; }