Skip to content

Don't destroy mctx and task pools until we are destroying zonemgr

Ondřej Surý requested to merge 3226-fix-pools-cleaning-in-dns_zone into main

The mctx, zonetask and loadtask pools were being destroyed in the shutdown function where in theory a dangling zone could be still attached to it.

Move the isc_mem_put() on the pools to the destroy() function.

Closes #3226 (closed)

Merge request reports