mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-18 05:21:08 +01:00
da_fini() was called unconditionally in deinit_deviceatlas() even when da_init() was never called. Move it inside the daset check. Also remove the erroneous shm_unlink() call which could affect the dadwsch shared memory used by the scheduling process. This should be backported to lower branches.