From 9edbee4c0dc5f961c000febb7fe1fb3cb5e8aa78 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 17 Dec 2014 20:26:06 +0000 Subject: forgotten to zero a memory under structure git-svn-id: http://svn.miranda-ng.org/main/trunk@11493 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Import/src/import.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Import/src/import.cpp') diff --git a/plugins/Import/src/import.cpp b/plugins/Import/src/import.cpp index e126c87205..f7110b20eb 100644 --- a/plugins/Import/src/import.cpp +++ b/plugins/Import/src/import.cpp @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define SetProgress(n) SendMessage(hdlgProgress,PROGM_SETPROGRESS,n,0) -struct AccountMap +struct AccountMap : public MZeroedObject { AccountMap(const char *_src, int _origIdx, const TCHAR *_srcName) : szSrcAcc(mir_strdup(_src)), -- cgit v1.2.3