mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
fix one-time leak
This commit is contained in:
parent
8171f077ca
commit
5efa186908
1 changed files with 2 additions and 0 deletions
|
|
@ -649,6 +649,8 @@ slap_tool_init(
|
|||
nosubordinates = 1;
|
||||
}
|
||||
|
||||
ch_free( base.bv_val );
|
||||
|
||||
} else if ( dbnum == -1 ) {
|
||||
/* no suffix and no dbnum specified, just default to
|
||||
* the first available database
|
||||
|
|
|
|||
Loading…
Reference in a new issue