# HG changeset patch # User Paul Aurich # Date 1305088479 0 # Node ID 8ae190ff23c7ceb262f7f3618f67893b222a5bf5 # Parent 98945afd4c444f4aaac35500906f43d8d4c97956 mxit: Audited the rest of mxit for glib/libc mixing of alloc/free diff -r 98945afd4c44 -r 8ae190ff23c7 libpurple/protocols/mxit/multimx.c --- a/libpurple/protocols/mxit/multimx.c Wed May 11 04:32:30 2011 +0000 +++ b/libpurple/protocols/mxit/multimx.c Wed May 11 04:34:39 2011 +0000 @@ -169,7 +169,7 @@ g_free(multimx->nickname); /* Deallocate it */ - free (multimx); + g_free (multimx); multimx = NULL; }