]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: deinit: release the in-memory copy of shared libs
authorWilly Tarreau <w@1wt.eu>
Fri, 29 May 2026 09:20:12 +0000 (11:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2026 13:01:32 +0000 (15:01 +0200)
commitf8fd6d25d8d12035f7f810470ac6a6a30c0aa34e
treed24eff61a6c823832b8c912dcb474164fbc58832
parent21990530188ca07e3d1fadda244314fb40b3f4d9
MINOR: deinit: release the in-memory copy of shared libs

When shared libs were loaded via "set-dumpable libs", better release
them upon deinit, it will make valgrind happier. For this we now have
a new function free_collected_libs() in tools.c and call it in deinit().
include/haproxy/tools.h
src/haproxy.c
src/tools.c