[master] 2685b98 Forgot how the waiter soft-c was allocated.

Poul-Henning Kamp phk at FreeBSD.org
Tue Jan 27 11:32:11 CET 2015


commit 2685b989082ccaaab03ca3173a5e602a43e6a25e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Jan 27 10:31:55 2015 +0000

    Forgot how the waiter soft-c was allocated.

diff --git a/bin/varnishd/waiter/cache_waiter_epoll.c b/bin/varnishd/waiter/cache_waiter_epoll.c
index 3d55bc0..0778d43 100644
--- a/bin/varnishd/waiter/cache_waiter_epoll.c
+++ b/bin/varnishd/waiter/cache_waiter_epoll.c
@@ -155,7 +155,6 @@ vwe_fini(struct waiter *w)
 
 	AZ(pthread_join(vwe->thread, &vp));
 	AZ(close(vwe->epfd));
-	FREE_OBJ(vwe);
 }
 
 /*--------------------------------------------------------------------*/



More information about the varnish-commit mailing list