From e2074725f98134e0ae7cc28928aea0dca8dca1b5 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 24 Mar 2009 14:38:07 +0100 Subject: ftparchive/cachedb.cc: compact() the database after c_del() --- ftparchive/cachedb.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ftparchive') diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc index 8de3a0b9e..ff9a92d32 100644 --- a/ftparchive/cachedb.cc +++ b/ftparchive/cachedb.cc @@ -463,6 +463,7 @@ bool CacheDB::Clean() Cursor->c_del(Cursor,0); } + Dbp->compact(Dbp, NULL, NULL, NULL, NULL, DB_FREE_SPACE, NULL); return true; } -- cgit v1.2.3