DtSearch: fix a crash.

This commit is contained in:
Liang Chang
2022-02-06 00:07:28 +08:00
parent 36ff969285
commit 9077b5fd85

View File

@@ -386,10 +386,10 @@ d_close(void)
ctbl_free();
#endif
/* termfree();
termfree();
key_close();
sk_free();
dio_free(); */
dio_free();
}
if ( dbopen ) {
setdb_on = FALSE;