Skip to content
Snippets Groups Projects
Commit 94e7e3ba authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit, free fakeroot on teardown

parent 2d3c48cc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment