mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
Remove bogus free.
This commit is contained in:
parent
d01f571e7c
commit
5a0a5c7841
1 changed files with 0 additions and 1 deletions
|
|
@ -184,7 +184,6 @@ bdb2i_back_db_init_internal(
|
|||
argv[ 2 ] = NULL;
|
||||
bdb2i_attr_index_config( li, "ldbm objectclass initialization", 0, 2, argv,
|
||||
1 );
|
||||
free( argv[ 1 ] );
|
||||
|
||||
/* initialize the cache mutex */
|
||||
ldap_pvt_thread_mutex_init( &li->li_cache.c_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue