diff options
-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; |