Commit 2685b989 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Forgot how the waiter soft-c was allocated.

parent 757aef1f
......@@ -155,7 +155,6 @@ vwe_fini(struct waiter *w)
AZ(pthread_join(vwe->thread, &vp));
AZ(close(vwe->epfd));
FREE_OBJ(vwe);
}
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment