diff options
Diffstat (limited to 'Swiften/SASL/ClientAuthenticator.cpp')
-rw-r--r-- | Swiften/SASL/ClientAuthenticator.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Swiften/SASL/ClientAuthenticator.cpp b/Swiften/SASL/ClientAuthenticator.cpp index 12636e2..e0900a3 100644 --- a/Swiften/SASL/ClientAuthenticator.cpp +++ b/Swiften/SASL/ClientAuthenticator.cpp @@ -6,15 +6,12 @@ #include <Swiften/SASL/ClientAuthenticator.h> -#include <Swiften/Base/Algorithm.h> - namespace Swift { ClientAuthenticator::ClientAuthenticator(const std::string& name) : name(name) { } ClientAuthenticator::~ClientAuthenticator() { - safeClear(password); } } |