As described at trusteddomainproject/OpenDKIM#22.
diff --git a/opendmarc/opendmarc.c b/opendmarc/opendmarc.c
--- a/opendmarc/opendmarc.c
+++ b/opendmarc/opendmarc.c
@@ -3932,7 +3932,6 @@ static void
dmarcf_config_free(struct dmarcf_config *conf)
{
assert(conf != NULL);
- assert(conf->conf_refcnt == 0);
if (conf->conf_data != NULL)
config_free(conf->conf_data);
As described at trusteddomainproject/OpenDKIM#22.