pidgin: 991beede: mxit: Audited the rest of mxit for glib/..
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Wed May 11 00:44:15 EDT 2011
----------------------------------------------------------------------
Revision: 991beede956f49a172400a1cc3b5784f94a00fba
Parent: 7a63be60fe2259322b4b4fd263db676484682dde
Author: darkrain42 at pidgin.im
Date: 05/11/11 00:34:39
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/991beede956f49a172400a1cc3b5784f94a00fba
Changelog:
mxit: Audited the rest of mxit for glib/libc mixing of alloc/free
Changes against parent 7a63be60fe2259322b4b4fd263db676484682dde
patched libpurple/protocols/mxit/multimx.c
-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/multimx.c 07e50dbfadf8c0e41bf637c4e3c809d461bbc9fc
+++ libpurple/protocols/mxit/multimx.c 899dc4b29cf84fbc68bdf2f4e451b26d49324574
@@ -169,7 +169,7 @@ static void room_remove(struct MXitSessi
g_free(multimx->nickname);
/* Deallocate it */
- free (multimx);
+ g_free (multimx);
multimx = NULL;
}
More information about the Commits
mailing list