2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Don't clean quota cb cb_func/data, we don't own it

This commit is contained in:
Witold Kręcicki
2020-06-10 17:51:27 +02:00
parent cc2383e0ab
commit c449cab63a

View File

@@ -119,8 +119,6 @@ quota_release(isc_quota_t *quota) {
UNLOCK(&quota->cblock);
if (cb != NULL) {
cb->cb_func(quota, cb->data);
cb->cb_func = NULL;
cb->data = NULL;
return;
}
}