mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
use right, although empty, function in bdb_db_destroy()
This commit is contained in:
parent
3133b0a704
commit
8f90eb97ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue