X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/8e454e9e224e84113a93ad22103613be4ff72b3f..e3ee7975fc8f8b343390272663b8c644030b17c1:/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);