]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
And free the new struct too!
authorWillem Toorop <willem@NLnetLabs.nl>
Fri, 22 Jul 2011 13:48:57 +0000 (13:48 +0000)
committerWillem Toorop <willem@NLnetLabs.nl>
Fri, 22 Jul 2011 13:48:57 +0000 (13:48 +0000)
Changelog
examples/ldns-verify-zone.c

index 15d490f9c82a57ad96754fb84eaa837bf0f1ab70..c337b76349d6930cdb00876495dd67310fdb8f57 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,7 @@
 1.6.11
        * bugfix #394: Fix socket leak on errors
        * bugfix #392: Apex only and percentage checks for ldns-verify-zone
-       * bugfix #398: Allow nsec rrsig before the nsec3 in ldns-verify-zone
+       * bugfix #398: Allow NSEC RRSIGs before the NSEC3 in ldns-verify-zone
 
 1.6.10 2011-05-31
        * New example tool added: ldns-gen-zone.
index 5686078f8a51cd391ba043d106f152aae5745b4d..6e81c3ab095955b59354f0204d37f172f5f2a3f9 100644 (file)
@@ -140,6 +140,7 @@ create_dnssec_zone(ldns_zone *orig_zone)
                }
        }
 
+       ldns_rr_list_free(failed_nsec3_rrsigs);
        ldns_rr_list_free(failed_nsec3s);
        return dnssec_zone;
 }