Skype backend: do not force exit when user logged out (fixes crash)
This commit is contained in:
parent
51746c5af7
commit
02ac300e5e
1 changed files with 3 additions and 3 deletions
|
@ -150,9 +150,9 @@ void SkypePlugin::handleLogoutRequest(const std::string &user, const std::string
|
|||
if (skype) {
|
||||
LOG4CXX_INFO(logger, "User wants to logout, logging out");
|
||||
skype->logout();
|
||||
Logging::shutdownLogging();
|
||||
google::protobuf::ShutdownProtobufLibrary();
|
||||
exit(1);
|
||||
//Logging::shutdownLogging();
|
||||
//google::protobuf::ShutdownProtobufLibrary();
|
||||
//exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue