diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-05 17:08:27 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-05 17:08:27 +0000 |
commit | a50b8c62c5343dabef71e0c755d4b6e8c6c2f00d (patch) | |
tree | 92b329cc613f158c3e0e900243181b9ac75309ee /src | |
parent | cc401194f6a69a778507c2c6819d6f1a1ec49432 (diff) |
DbChecker unload
git-svn-id: http://svn.miranda-ng.org/main/trunk@10079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/database/database.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp index 0ad7989467..e3d140e3c6 100644 --- a/src/modules/database/database.cpp +++ b/src/modules/database/database.cpp @@ -494,6 +494,8 @@ int LoadDatabaseModule(void) if (!getProfile(szProfile, SIZEOF(szProfile)))
return 1;
+ EnsureCheckerLoaded(false); // unload dbchecker
+
if (arDbPlugins.getCount() == 0) {
TCHAR buf[256];
TCHAR *p = _tcsrchr(szProfile, '\\');
|