Files
bind9/lib/dns
Evan Hunt 975a5a98cf Add missing isc_refcount_*() calls
Commits 76bcb4d16b and
d48d8e1cf0 did not include
isc_refcount_destroy() calls that would be logical counterparts of the
isc_refcount_init() calls these commits added.  Add the missing
isc_refcount_destroy() calls to destroy().

Adding these calls (which ensure a given structure's reference count
equals 0 when it is destroyed, therefore detecting reference counting
issues) uncovered another flaw in the commits mentioned above: missing
isc_refcount_decrement() calls that would be logical counterparts of the
isc_refcount_increment*() calls these commits added.  Add the missing
isc_refcount_decrement() calls to unlink_name() and unlink_entry().
2022-07-04 16:02:12 +02:00
..
2022-06-30 15:24:08 +02:00
2022-06-01 13:00:40 +01:00
2022-07-04 16:02:12 +02:00
2022-05-25 16:04:51 +02:00
2022-06-01 13:00:40 +01:00
2022-04-01 23:50:34 +02:00
2022-05-03 10:02:19 +02:00
2022-06-09 10:47:04 +00:00
2022-06-01 13:00:40 +01:00
2022-06-28 11:56:31 +02:00
2022-05-03 12:38:59 +00:00
2022-06-01 13:00:40 +01:00
2022-06-01 13:00:40 +01:00
2022-05-25 16:04:51 +02:00
2022-05-02 19:47:58 +01:00
2022-05-03 00:41:42 +01:00
2022-06-01 13:00:40 +01:00
2022-05-03 12:38:59 +00:00
2022-05-03 12:38:59 +00:00
2022-05-25 16:04:51 +02:00
2022-05-03 12:38:59 +00:00
2022-05-25 16:04:51 +02:00
2022-06-13 16:30:00 -07:00