CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/08 21:13:32
Modified files:
sbin/unwind : frontend.c
Log message:
Don't leak domain when freeing block list nodes
Domains contained in the block list file were not correctly freed.
This would grow the frontend process by the size of the blocklist
file on each config reload.
ok florian
