From a15cf53b840b5a0669996239598e07182e48b6a1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 08:50:13 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/ftshelpers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftshelpers.cc b/src/ftshelpers.cc index 671f5f76..c8853bca 100644 --- a/src/ftshelpers.cc +++ b/src/ftshelpers.cc @@ -173,7 +173,7 @@ void makeFTSIndex( BtreeIndexing::BtreeDictionary * dict, QAtomicInt & isCancell auto totalLength = db.get_total_length(); qDebug() << "xapian database total length(compact):" << totalLength; } - + db.close(); Utils::Fs::removeDirectory( dict->ftsIndexName() + "_temp" );