Browse Source

just remove clearing password in dtor which is only called on exit

solves the bug found by apprb
pull/985/head
Dubslow 11 years ago
parent
commit
2ca3269761
No known key found for this signature in database
GPG Key ID: 3DB8E05315C220AA
  1. 3
      src/core.cpp

3
src/core.cpp

@ -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…
Cancel
Save