diff options
-rw-r--r-- | Swiften/Client/CoreClient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Client/CoreClient.cpp b/Swiften/Client/CoreClient.cpp index ab9e947..4b438f6 100644 --- a/Swiften/Client/CoreClient.cpp +++ b/Swiften/Client/CoreClient.cpp @@ -87,6 +87,7 @@ void CoreClient::handleConnectorFinished(boost::shared_ptr<Connection> connectio foreach(ConnectionFactory* f, proxyConnectionFactories) { delete f; } + proxyConnectionFactories.clear(); if (!connection) { if (options.forgetPassword) { |