diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-17 14:09:49 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-17 14:09:49 +0300 |
commit | 13f70f1d0f602e037a6930a1c56ce39f21b2485d (patch) | |
tree | 14648398bf6f82c20253a6c742227618975fc012 | |
parent | b3e7aa3f685ace7e0104fc94cd07c901a129f5b9 (diff) |
modified: utilities.cpp
-rw-r--r-- | utilities.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities.cpp b/utilities.cpp index c26ac83..f059633 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -57,6 +57,7 @@ int GetJabberInterface(WPARAM, LPARAM) //get interface for all jabber accounts, Accounts.push_back(new JabberAccount); } mir_free(tmp); + //should i free JIftmp ? } Accounts.pop_back(); return 0; |