2796. [bug] Missing dns_rdataset_disassociate() call in

dns_nsec3_delnsec3sx(). [RT #20681]
This commit is contained in:
Mark Andrews
2009-12-01 05:28:40 +00:00
parent 506c084124
commit d524a81532
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2796. [bug] Missing dns_rdataset_disassociate() call in
dns_nsec3_delnsec3sx(). [RT #20681]
2795. [cleanup] Add text to differentiate "update with no effect"
log messages. [RT #18889]

View File

@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: nsec3.c,v 1.12 2009/11/03 23:48:23 tbox Exp $ */
/* $Id: nsec3.c,v 1.13 2009/12/01 05:28:40 marka Exp $ */
#include <config.h>
@@ -1457,6 +1457,7 @@ dns_nsec3_delnsec3sx(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name,
*/
CHECK(dns_nsec3_delnsec3(db, version, name, &nsec3param, diff));
}
dns_rdataset_disassociate(&rdataset);
try_private:
if (type == 0)