2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

memory leak fix

This commit is contained in:
Michael Graff
1999-09-14 23:48:27 +00:00
parent e64e605ed6
commit 7153a32ae9

View File

@@ -1110,6 +1110,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
ercode = (msg->opt->ttl & DNS_MESSAGE_EDNSRCODE_MASK)
>> 20;
msg->rcode |= ercode;
isc_mempool_put(msg->namepool, name);
}
}