From 38b7c078dfd42c58c04316f86e5b30f6cf542b61 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 26 Sep 2010 22:00:11 +0300 Subject: cleanup, better list click handling --- messages.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'messages.cpp') diff --git a/messages.cpp b/messages.cpp index a97e433..394fcc3 100644 --- a/messages.cpp +++ b/messages.cpp @@ -485,13 +485,11 @@ int SendMsgSvc(WPARAM w, LPARAM l) debuglog<<"info: Failed to encrypt message with GPG"; return CallService(MS_PROTO_CHAINRECV, w, (LPARAM)ccs); } -// mir_free((void**)ccs->lParam); ccs->lParam = (LPARAM)mir_utf8encodeW(str.c_str()); if(bAppendTags) DBWriteContactSettingByte(hContact, szGPGModuleName, "MsgsForTagging", DBGetContactSettingByte(ccs->hContact, szGPGModuleName, "MsgsForTagging", 0) + 1); } } -// ccs->wParam&=~PREF_UNICODE; //memory leak ? return CallService(MS_PROTO_CHAINSEND, w, l); } -- cgit v1.2.3