mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +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);
|
UNLOCK("a->cblock);
|
||||||
if (cb != NULL) {
|
if (cb != NULL) {
|
||||||
cb->cb_func(quota, cb->data);
|
cb->cb_func(quota, cb->data);
|
||||||
cb->cb_func = NULL;
|
|
||||||
cb->data = NULL;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user