1
0
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:
Dubslow 2014-12-04 12:50:52 -06:00
parent 4c85f92e7d
commit 2ca3269761
No known key found for this signature in database
GPG Key ID: 3DB8E05315C220AA

View File

@ -90,9 +90,6 @@ Core::Core(Camera* cam, QThread *CoreThread, QString loadPath) :
Core::~Core()
{
clearPassword(Core::ptMain);
clearPassword(Core::ptHistory);
if (tox)
{
toxav_kill(toxav);