Files
bind9/lib
Ondřej Surý ed494fe29d Unify how we use isc_refcount_decrement() to destroy object
The isc_refcount_decrement() was either used as:

    if (isc_refcount_decrement() == 1) { destroy(); }

or

    if (isc_refcount_decrement() != 1) { return; } destroy();

This commits eradicates the last usage of the later, so the code is unified to
use the former.
2019-09-13 12:44:49 +10:00
..
2019-08-12 13:59:41 +00:00
2019-09-12 17:59:28 +10:00
2019-09-12 17:59:28 +10:00
2019-07-30 21:25:15 +02:00
2019-09-12 17:59:28 +10:00