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.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.cpp b/plugins/Dbx_mdbx/src/dbintf.cpp
index dd0ed5cbaf..a9d57566c2 100644
--- a/plugins/Dbx_mdbx/src/dbintf.cpp
+++ b/plugins/Dbx_mdbx/src/dbintf.cpp
@@ -50,9 +50,6 @@ CDbxMDBX::~CDbxMDBX()
for (auto &it : hService)
DestroyServiceFunction(it);
UnhookEvent(hHook);
-
- if (m_crypto)
- m_crypto->destroy();
}
/////////////////////////////////////////////////////////////////////////////////////////