From 036a125b6b499f87072b32310ac5acfab697be84 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 2 Nov 2015 11:35:01 +0000 Subject: Tox: ok, let there be a thread git-svn-id: http://svn.miranda-ng.org/main/trunk@15668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/Tox/src/tox_proto.cpp') diff --git a/protocols/Tox/src/tox_proto.cpp b/protocols/Tox/src/tox_proto.cpp index a95ec968e3..c7de660715 100644 --- a/protocols/Tox/src/tox_proto.cpp +++ b/protocols/Tox/src/tox_proto.cpp @@ -2,7 +2,8 @@ CToxProto::CToxProto(const char* protoName, const TCHAR* userName) : PROTO(protoName, userName), - hPollingThread(NULL), hOutDevice(NULL), toxThread(NULL) + hPollingThread(NULL), toxThread(NULL), + hOutDevice(NULL), hMessageProcess(1) { InitNetlib(); -- cgit v1.2.3