Changeset - 02ac300e5e39
[Not reviewed]
0 1 0
vitalyster - 12 years ago 2013-12-12 22:25:30
vitalyster@gmail.com
Skype backend: do not force exit when user logged out (fixes crash)
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
backends/skype/skypeplugin.cpp
Show inline comments
 
@@ -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);
 
	}
 
}
 

	
0 comments (0 inline, 0 general)