From 8a8d613373dc5a54dcf84025d53f5de4a8c4964f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 9 Jul 2020 17:12:50 +0300 Subject: =?UTF-8?q?fixes=20#2474=20(NewStory:=20=D1=81=D0=B8=D1=81=D1=82?= =?UTF-8?q?=D0=B5=D0=BC=D0=BD=D0=B0=D1=8F=20=D0=B8=D1=81=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BD=D0=B5=20=D1=83=D0=B4=D0=B0=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D1=82=D1=81=D1=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/Dbx_mdbx/src/dbintf.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Dbx_mdbx/src') diff --git a/plugins/Dbx_mdbx/src/dbintf.cpp b/plugins/Dbx_mdbx/src/dbintf.cpp index 6822eda603..8a28dfe589 100644 --- a/plugins/Dbx_mdbx/src/dbintf.cpp +++ b/plugins/Dbx_mdbx/src/dbintf.cpp @@ -33,6 +33,8 @@ CDbxMDBX::CDbxMDBX(const TCHAR *tszFileName, int iMode) : m_maxContactId(0), m_impl(*this) { + m_ccDummy.nSubs = -1; + m_tszProfileName = mir_wstrdup(tszFileName); } -- cgit v1.2.3