mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
use right, although empty, function in bdb_db_destroy()
This commit is contained in:
parent
3133b0a704
commit
8f90eb97ec
@ -532,7 +532,7 @@ bdb_db_destroy( BackendDB *be )
|
||||
struct bdb_info *bdb = (struct bdb_info *) be->be_private;
|
||||
|
||||
/* monitor handling */
|
||||
(void)bdb_monitor_db_close( be );
|
||||
(void)bdb_monitor_db_destroy( be );
|
||||
|
||||
if( bdb->bi_dbenv_home ) ch_free( bdb->bi_dbenv_home );
|
||||
if( bdb->bi_db_config_path ) ch_free( bdb->bi_db_config_path );
|
||||
|
Loading…
Reference in New Issue
Block a user