diff --git a/src/core.cpp b/src/core.cpp index fee037b68..aaba1320a 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -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);