diff options
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |