mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
fix one-time leak
This commit is contained in:
parent
8171f077ca
commit
5efa186908
@ -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 New Issue
Block a user