mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix prev commit, free fakeroot on teardown
This commit is contained in:
parent
2d3c48ccd5
commit
94e7e3ba57
1 changed files with 2 additions and 0 deletions
|
|
@ -564,6 +564,8 @@ bdb_db_destroy( BackendDB *be )
|
|||
ldap_pvt_thread_rdwr_destroy( &bdb->bi_idl_tree_rwlock );
|
||||
ldap_pvt_thread_mutex_destroy( &bdb->bi_idl_tree_lrulock );
|
||||
|
||||
entry_free( bdb->bi_cache.c_dntree.bei_e );
|
||||
|
||||
ch_free( bdb );
|
||||
be->be_private = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue