pidgin: 610f130f: Oops, we shouldn't free the MsnMessage h...
qulogic at pidgin.im
qulogic at pidgin.im
Sun Nov 21 22:10:57 EST 2010
----------------------------------------------------------------------
Revision: 610f130f9748cb29c000b1421d7a916d9944ef6b
Parent: b79e497f79e3a9b2b2427ec0350936eea95838ee
Author: qulogic at pidgin.im
Date: 11/21/10 15:58:18
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/610f130f9748cb29c000b1421d7a916d9944ef6b
Changelog:
Oops, we shouldn't free the MsnMessage here, because it comes from
outside this function.
Changes against parent b79e497f79e3a9b2b2427ec0350936eea95838ee
patched libpurple/protocols/msn/msn.c
-------------- next part --------------
============================================================
--- libpurple/protocols/msn/msn.c 7db0124e32dd902f565a5f62d6db602eaa71a28b
+++ libpurple/protocols/msn/msn.c f24c090aec062384522ee9131cad12e16d13e832
@@ -1446,7 +1446,6 @@ msn_send_im_message(MsnSession *session,
}
msn_switchboard_send_msg(swboard, msg, TRUE);
- msn_message_destroy(msg);
}
static int
More information about the Commits
mailing list