X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/8e454e9e224e84113a93ad22103613be4ff72b3f..f830858154d6bf294a06cb79fb219b6404cb4295:/keydb_db3.c?ds=sidebyside diff --git a/keydb_db3.c b/keydb_db3.c index cffdb15..0f4239b 100644 --- a/keydb_db3.c +++ b/keydb_db3.c @@ -191,6 +191,7 @@ void initdb(void) */ void cleanupdb(void) { + txn_checkpoint(dbenv, 0, 0, 0); worddb->close(worddb, 0); worddb = NULL; dbconn->close(dbconn, 0);