mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
Fix detaching the extra quotas in the quota_test
This commit is contained in:
parent
54defc8b78
commit
62f738ba48
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue