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:
@@ -119,8 +119,6 @@ quota_release(isc_quota_t *quota) {
|
||||
UNLOCK("a->cblock);
|
||||
if (cb != NULL) {
|
||||
cb->cb_func(quota, cb->data);
|
||||
cb->cb_func = NULL;
|
||||
cb->data = NULL;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user