diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-09-16 18:52:29 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-09-16 18:52:29 +0000 |
commit | 3c00a78191f46c10f036c789a9ef358f0e049d61 (patch) | |
tree | 96741c418983d401ebba418b579793c8c4959d30 /protocols/Tox/src/tox_proto.cpp | |
parent | ab46b98479555c7106087f7d62b6c89f320ca311 (diff) |
Tox:
- attempt to fix numerous crashes
git-svn-id: http://svn.miranda-ng.org/main/trunk@15366 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.cpp')
-rw-r--r-- | protocols/Tox/src/tox_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.cpp b/protocols/Tox/src/tox_proto.cpp index 33da319fc4..9937562adb 100644 --- a/protocols/Tox/src/tox_proto.cpp +++ b/protocols/Tox/src/tox_proto.cpp @@ -2,7 +2,7 @@ CToxProto::CToxProto(const char* protoName, const TCHAR* userName)
: PROTO<CToxProto>(protoName, userName),
- hPollingThread(NULL), hOutDevice(NULL)
+ hPollingThread(NULL), hOutDevice(NULL), toxThread(NULL)
{
InitNetlib();
|