Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes #1288: When change status tox to online Miranda crashed without…
… crash report

git-svn-id: http://svn.miranda-ng.org/main/trunk@17111 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
  • Loading branch information
georgehazan committed Jul 21, 2016
1 parent 8d5ba8b commit 0076184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocols/Tox/src/tox_network.cpp
Expand Up @@ -267,6 +267,8 @@ void CToxProto::PollingThread(void*)
debugLogA(__FUNCTION__": failed to initialize tox core (%d)", error);
ShowNotification(ToxErrorToString(error), TranslateT("Unable to initialize Tox core"), MB_ICONERROR);
tox_options_free(options);
debugLogA(__FUNCTION__": leaving");
return;
}
tox_options_free(options);

Expand Down

0 comments on commit 0076184

Please sign in to comment.