changeset 31593:8ae190ff23c7

mxit: Audited the rest of mxit for glib/libc mixing of alloc/free
author Paul Aurich <paul@darkrain42.org>
date Wed, 11 May 2011 04:34:39 +0000
parents 98945afd4c44
children f018b3be6d2c
files libpurple/protocols/mxit/multimx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }