mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
just remove clearing password in dtor which is only called on exit
solves the bug found by apprb
This commit is contained in:
parent
4c85f92e7d
commit
2ca3269761
|
@ -90,9 +90,6 @@ Core::Core(Camera* cam, QThread *CoreThread, QString loadPath) :
|
||||||
|
|
||||||
Core::~Core()
|
Core::~Core()
|
||||||
{
|
{
|
||||||
clearPassword(Core::ptMain);
|
|
||||||
clearPassword(Core::ptHistory);
|
|
||||||
|
|
||||||
if (tox)
|
if (tox)
|
||||||
{
|
{
|
||||||
toxav_kill(toxav);
|
toxav_kill(toxav);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user