summaryrefslogtreecommitdiff
path: root/jabber_account.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-20 11:55:15 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-20 11:55:15 +0300
commit14ff64cfe21f6b856e6d34db48e98fccbd1e5d68 (patch)
treef4d460863f2aac0b3fa4a2a7e4f68efee6181abc /jabber_account.cpp
parentd385efebe356aebb92376fcd9c796a636df4be9a (diff)
modified: init.cpp
modified: jabber_account.cpp modified: jabber_account.h modified: utilities.cpp
Diffstat (limited to 'jabber_account.cpp')
-rw-r--r--jabber_account.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/jabber_account.cpp b/jabber_account.cpp
index 25cdcb5..836ff03 100644
--- a/jabber_account.cpp
+++ b/jabber_account.cpp
@@ -49,3 +49,13 @@ HANDLE JabberAccount::getSendHandler()
{
return hSendHandler;
}
+
+JabberAccount::JabberAccount()
+{
+ AccountName = NULL;
+}
+JabberAccount::~JabberAccount()
+{
+ if(AccountName)
+ mir_free(AccountName);
+} \ No newline at end of file