From 4bbad2f0985a74f86ecc27d7e95e2ecfcd2d3665 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 16 May 2016 15:33:47 +0000 Subject: Tox: some fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@16834 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_network.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/src/tox_network.cpp') diff --git a/protocols/Tox/src/tox_network.cpp b/protocols/Tox/src/tox_network.cpp index 13182139f1..bf5e54ccc2 100644 --- a/protocols/Tox/src/tox_network.cpp +++ b/protocols/Tox/src/tox_network.cpp @@ -289,10 +289,10 @@ void CToxProto::PollingThread(void*) toxThread.Iterate(); } - this->toxThread = NULL; - toxThread.Disconnect(); UninitToxCore(&toxThread); + this->toxThread = NULL; + debugLogA(__FUNCTION__": leaving"); } \ No newline at end of file -- cgit v1.2.3