diff options
author | George Hazan <george.hazan@gmail.com> | 2015-09-17 16:49:30 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-09-17 16:49:30 +0000 |
commit | 26f8fb4e20c14e47284ba27effb0c5ba8455e6e5 (patch) | |
tree | 7dea6bfecd00fe7453d8936efcac05d0bdca3714 /protocols/Tox/src/tox_core.cpp | |
parent | b0abf16219e63aef53b91fa89252b5f6ceb318ad (diff) |
crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@15371 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_core.cpp')
-rw-r--r-- | protocols/Tox/src/tox_core.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_core.cpp b/protocols/Tox/src/tox_core.cpp index a2da0b3e85..bcd8ade298 100644 --- a/protocols/Tox/src/tox_core.cpp +++ b/protocols/Tox/src/tox_core.cpp @@ -124,6 +124,7 @@ void CToxProto::UninitToxCore() SaveToxProfile();
tox_kill(toxThread->tox);
- this->toxThread = NULL;
}
+
+ toxThread = NULL;
}
\ No newline at end of file |