From 26f8fb4e20c14e47284ba27effb0c5ba8455e6e5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 17 Sep 2015 16:49:30 +0000 Subject: crash fix git-svn-id: http://svn.miranda-ng.org/main/trunk@15371 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_network.cpp | 1 + 1 file changed, 1 insertion(+) (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 9520672494..e87981ef40 100644 --- a/protocols/Tox/src/tox_network.cpp +++ b/protocols/Tox/src/tox_network.cpp @@ -150,6 +150,7 @@ void CToxProto::PollingThread(void*) if (!InitToxCore()) { + UninitToxCore(); SetStatus(ID_STATUS_OFFLINE); ProtoBroadcastAck(NULL, ACKTYPE_LOGIN, ACKRESULT_FAILED, NULL, LOGINERR_WRONGPASSWORD); logger->Log(__FUNCTION__": leaving"); -- cgit v1.2.3