diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-20 21:58:04 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-20 21:58:04 +0000 |
commit | ffb6dea650db7671d2414b1a9541cf0baba8ff11 (patch) | |
tree | 4293bcfc0482e8d26a0bd8880a1728acabe58b85 /protocols/msn/soap.h | |
parent | e5a8118236442d51eb202a8bdebe5866449554e4 (diff) |
Killing some memory leaks.
Diffstat (limited to 'protocols/msn/soap.h')
-rw-r--r-- | protocols/msn/soap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/msn/soap.h b/protocols/msn/soap.h index 4e7d6627..687cc282 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -68,7 +68,8 @@ "</soap:Header>" \ "<soap:Body>" \ "<MessageType xmlns=\"http://messenger.msn.com/ws/2004/09/oim/\">text</MessageType>" \ - "<Content xmlns=\"http://messenger.msn.com/ws/2004/09/oim/\">MIME-Version: 1.0\r\n" \ + "<Content xmlns=\"http://messenger.msn.com/ws/2004/09/oim/\">" \ + "MIME-Version: 1.0\r\n" \ "Content-Type: text/plain; charset=UTF-8\r\n" \ "Content-Transfer-Encoding: base64\r\n" \ "X-OIM-Message-Type: OfflineMessage\r\n" \ |