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
..
bind9 prep 9.15.3 2019-08-12 13:59:41 +00:00
dns Unify how we use isc_refcount_decrement() to destroy object 2019-09-13 12:44:49 +10:00
irs address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
isc address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
isccc Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
isccfg address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
ns address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
samples Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
win32/bindevt Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00