[PATCH 4/5] CLEANUP: haproxy: Free per_thread_*_list in deinit()

2020-09-10 Thread Tim Duesterhus
This allocation is technically always reachable and cannot leak, but so are a few others that *are* freed. --- src/haproxy.c | 24 1 file changed, 24 insertions(+) diff --git a/src/haproxy.c b/src/haproxy.c index b01707096..0dc81c78c 100644 --- a/src/haproxy.c +++ b/src/h

[PATCH 4/5] : CLEANUP

2015-12-29 Thread David CARLIER
fourth patch. From 7d6fdd29ae00b7817e01a5ba9770043d5e371ea8 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 29 Dec 2015 13:19:28 + Subject: [PATCH 4/5] CLEANUP: protocols: void pointers arithmetic removal. fourth patch which apply in one place only to the array of void pointers from