From ca2a7e0009653c5f4726b4ec242297b1dbe57119 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 6 Aug 2013 07:48:28 +0000 Subject: memory leaks in Skype git-svn-id: http://svn.miranda-ng.org/main/trunk@5595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Skype/src/skype_account.cpp') diff --git a/protocols/Skype/src/skype_account.cpp b/protocols/Skype/src/skype_account.cpp index a7a9401191..d62613e1d1 100644 --- a/protocols/Skype/src/skype_account.cpp +++ b/protocols/Skype/src/skype_account.cpp @@ -107,7 +107,7 @@ bool CSkypeProto::LogIn() if (this->IsOnline() || !this->PrepareLogin()) return false; - if (this->GetAccount(::mir_u2a(this->login), this->account)) + if (this->GetAccount((char*)_T2A(this->login), this->account)) { if ( !this->PreparePassword()) return false; -- cgit v1.2.3