Skip to content
  • Ondřej Surý's avatar
    Replace usage of isc_mem_put+isc_mem_detach with isc_mem_putanddetach · a6dcdc53
    Ondřej Surý authored
    Using isc_mem_put(mctx, ...) + isc_mem_detach(mctx) required juggling with the
    local variables when mctx was part of the freed object. The isc_mem_putanddetach
    function can handle this case internally, but it wasn't used everywhere.  This
    commit apply the semantic patching plus bit of manual work to replace all such
    occurrences with proper usage of isc_mem_putanddetach().
    a6dcdc53