+3553. [bug] Address suspected double free in acache. [RT #33252]
+
3552. [bug] Wrong getopt option string for 'nsupdate -r'.
- [RT# 33280]
+ [RT #33280]
3549. [doc] Documentation for "request-nsid" was missing.
[RT #33153]
if (acarray != NULL && acarray[count].entry == entry) {
acarray[count].entry = NULL;
INSIST(acarray[count].cbarg == cbarg);
- isc_mem_put(rbtdb->common.mctx, cbarg, sizeof(acache_cbarg_t));
acarray[count].cbarg = NULL;
- dns_acache_detachentry(&entry);
- } else
isc_mem_put(rbtdb->common.mctx, cbarg, sizeof(acache_cbarg_t));
+ dns_acache_detachentry(&entry);
+ }
NODE_UNLOCK(nodelock, isc_rwlocktype_write);