diff pidgin/gtkicon-theme.c @ 23703:1a4417138a8f

clean up formatting, and added render settings for the names/markup on the blist
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Wed, 27 Aug 2008 05:36:59 +0000
parents 9525fb966efb
children 0c7b74fc558e
line wrap: on
line diff
--- a/pidgin/gtkicon-theme.c	Tue Aug 26 08:28:25 2008 +0000
+++ b/pidgin/gtkicon-theme.c	Wed Aug 27 05:36:59 2008 +0000
@@ -72,6 +72,7 @@
 	priv = PIDGIN_ICON_THEME_GET_PRIVATE(obj);
 	
 	g_hash_table_destroy(priv->icon_files);
+	g_free(priv);
 
 	parent_class->finalize(obj);
 }