From ecda452d25f745f2f3c6a3a4a56ccc40ad64b7c3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 30 Apr 2015 19:04:56 +0000 Subject: cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@13307 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ContactsPlus/src/receive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ContactsPlus/src/receive.cpp') diff --git a/plugins/ContactsPlus/src/receive.cpp b/plugins/ContactsPlus/src/receive.cpp index 0d5f3f600c..d11cbcb3a4 100644 --- a/plugins/ContactsPlus/src/receive.cpp +++ b/plugins/ContactsPlus/src/receive.cpp @@ -108,7 +108,7 @@ static void RebuildGroupCombo(HWND hwndDlg) if (bHasGroups) { int curs = SendMessage(hGroupsCombo, CB_GETCURSEL, 0, 0); - TCHAR* curst; + TCHAR *curst = NULL; EnableDlgItem(hwndDlg, IDC_ENABLEGROUPS, TRUE); EnableGroupCombo(hwndDlg); -- cgit v1.2.3