From cfc04a114e5d83318f26e0641cfd36ed26736196 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 May 2020 13:31:16 +0300 Subject: =?UTF-8?q?fixes=20#2390=20(ICQ=20=D0=B8=D0=B3=D0=BD=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D1=80=D1=83=D0=B5=D1=82=20=D0=BD=D0=B0=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=BF=D1=80=D0=B8=D1=91=D0=BC=D0=B0?= =?UTF-8?q?=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/JabberG/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src') diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 5fd07d23e3..2082acca92 100755 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -431,7 +431,7 @@ struct filetransfer : public MZeroedObject char* szId; char* sid; int bCompleted; - HANDLE hWaitEvent; + HANDLE hWaitEvent = INVALID_HANDLE_VALUE; // For type == FT_BYTESTREAM JABBER_BYTE_TRANSFER *jbt; -- cgit v1.2.3