summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_contacts.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-21 18:44:56 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-21 18:44:56 +0000
commit9620406c74af23fc9c2c0a6cb7bac08195997112 (patch)
tree90aab317b072075e9129e90b0003d594de72e0d7 /protocols/Skype/src/skype_contacts.cpp
parent551d0592a2632d64b17bba22880b31cad14566da (diff)
- fixed account mahager dialog
- fixed crash on avatar loading git-svn-id: http://svn.miranda-ng.org/main/trunk@2036 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_contacts.cpp')
-rw-r--r--protocols/Skype/src/skype_contacts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_contacts.cpp b/protocols/Skype/src/skype_contacts.cpp
index 72f9e9b8a4..4bbd143566 100644
--- a/protocols/Skype/src/skype_contacts.cpp
+++ b/protocols/Skype/src/skype_contacts.cpp
@@ -61,7 +61,7 @@ void CSkypeProto::UpdateContactAvatar(HANDLE hContact, CContact::Ref contact)
this->SendBroadcast(hContact, ACKTYPE_AVATAR, ACKRESULT_SUCCESS, (HANDLE)&pai, 0);
}
- ::mir_free(path);
+ delete path;
}
}
}