summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/dbintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.cpp')
-rw-r--r--plugins/Dbx_mdbx/src/dbintf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.cpp b/plugins/Dbx_mdbx/src/dbintf.cpp
index 6803f2d322..18b570a3e6 100644
--- a/plugins/Dbx_mdbx/src/dbintf.cpp
+++ b/plugins/Dbx_mdbx/src/dbintf.cpp
@@ -305,7 +305,8 @@ int CDbxMDBX::Start(DBCHeckCallback *callback)
static CheckWorker Workers[] =
{
- &CDbxMDBX::CheckEvents1
+ &CDbxMDBX::CheckEvents1,
+ &CDbxMDBX::CheckEvents2
};
int CDbxMDBX::CheckDb(int phase)
@@ -318,5 +319,4 @@ int CDbxMDBX::CheckDb(int phase)
void CDbxMDBX::Destroy()
{
- delete this;
}