Re: [PATCH] BUG/MEDIUM: map: Fix memory leak in the map converter

2019-04-15 Thread Willy Tarreau
Hi Nenad, On Fri, Apr 12, 2019 at 10:54:28PM +0200, Nenad Merdanovic wrote: > The allocated trash chunk is not freed properly and causes a memory leak > exhibited as the growth in the trash pool allocations. Bug was introduced > in commit 271022 (BUG/MINOR: map: fix map_regm with backref). Good c

[PATCH] BUG/MEDIUM: map: Fix memory leak in the map converter

2019-04-12 Thread Nenad Merdanovic
The allocated trash chunk is not freed properly and causes a memory leak exhibited as the growth in the trash pool allocations. Bug was introduced in commit 271022 (BUG/MINOR: map: fix map_regm with backref). This should be backported to all branches where the above commit was backported. --- src