diff libpurple/protocols/mxit/multimx.c @ 32045: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 df716c39f698
children 4bf9b7cf7810
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;
 }