Use the correct free() function.

Mon, 08 Sep 2008 01:29:00 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 08 Sep 2008 01:29:00 +0000
changeset 24275
37fca4e63b69
parent 24274
8fb64dfd0464
child 24276
469eea3c328d

Use the correct free() function.

pidgin/gtkimhtmltoolbar.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkimhtmltoolbar.c	Mon Sep 08 01:28:17 2008 +0000
+++ b/pidgin/gtkimhtmltoolbar.c	Mon Sep 08 01:29:00 2008 +0000
@@ -1146,7 +1146,7 @@
 				toolbar);
 	}
 
-	free(toolbar->sml);
+	g_free(toolbar->sml);
 	gtk_object_sink(GTK_OBJECT(toolbar->tooltips));
 
 	menu = g_object_get_data(object, "font_menu");

mercurial