diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-20 11:55:15 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-20 11:55:15 +0300 |
commit | 14ff64cfe21f6b856e6d34db48e98fccbd1e5d68 (patch) | |
tree | f4d460863f2aac0b3fa4a2a7e4f68efee6181abc /jabber_account.cpp | |
parent | d385efebe356aebb92376fcd9c796a636df4be9a (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.cpp | 10 |
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 |