mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
silence warning
This commit is contained in:
parent
50ecec94eb
commit
e24f55b29a
1 changed files with 1 additions and 0 deletions
|
|
@ -407,6 +407,7 @@ nomem:
|
|||
case BvArray: LBER_FREE((*b->res.ba)[n].bv_val); break;
|
||||
case BvVec: LBER_FREE((*b->res.bv)[n]->bv_val);
|
||||
LBER_FREE((*b->res.bv)[n]); break;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue