Remove bogus free.

This commit is contained in:
Kurt Zeilenga 1999-08-08 04:30:51 +00:00
parent d01f571e7c
commit 5a0a5c7841

View file

@ -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 );