]> git.ipfire.org Git - thirdparty/bind9.git/commit
Merge branch '1160-properly-use-isc_mem_putanddetach' into 'master'
authorOndřej Surý <ondrej@isc.org>
Wed, 31 Jul 2019 08:39:40 +0000 (04:39 -0400)
committerOndřej Surý <ondrej@isc.org>
Wed, 31 Jul 2019 08:39:40 +0000 (04:39 -0400)
commit7c3430a24e09fae25fad54cd82f54e8bf164b6ee
tree12f70ca6fe8ba52f710a4bc16bfa7dcafeb10f8a
parentb23c8aa5e864edca67f7ae8baec64118c1773d89
parent44381929e229282bb58156c3255d4103f94add24
Merge branch '1160-properly-use-isc_mem_putanddetach' into 'master'

Resolve "Replace the isc_mem_put(mctx, ...)+isc_mem_detach(&mctx) usage with isc_mem_putanddetach(&mctx)"

Closes #1160

See merge request isc-projects/bind9!2195