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

Fix, index databases were not being closed on shutdown.

parent 3787c4c7
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ bdb_db_cache(
bdb->bi_databases[i+1] = NULL;
bdb->bi_databases[i] = db;
bdb->bi_ndatabases = i+1;
*dbout = db->bdi_db;
......
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