mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
Fix detaching the extra quotas in the quota_test
This commit is contained in:
parent
54defc8b78
commit
62f738ba48
@ -210,7 +210,8 @@ isc_quota_callback_test(void **state) {
|
||||
|
||||
/* Release the quotas that we did not released in the callback */
|
||||
for (i = 0; i < 5; i++) {
|
||||
isc_quota_detach("as[i]);
|
||||
qp = "a;
|
||||
isc_quota_detach(&qp);
|
||||
}
|
||||
|
||||
for (i = 6; i < 20; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user