Skip to content

Add missing isc_mutex_destroy and isc_conditional_destroy calls.

Witold Krecicki requested to merge wpk/fix-leaking-mutexes-and-conditionals into master

While harmless on Linux, missing isc_{mutex,conditional}_destroy causes a memory leak on *BSD. Missing calls were added. Closes #1893 (closed)

Edited by Witold Krecicki

Merge request reports