diff src/util.c @ 804:17def2bb9720

[gaim-migrate @ 814] 17:24:37 RobFlynn: Reformatted? 17:24:59 EWarmenhoven: well, "preferences" "plugins" and "perl". one of these things is not like the others committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 31 Aug 2000 00:25:25 +0000
parents 172c5cf98dfa
children 97f1ae636ed7
line wrap: on
line diff
--- a/src/util.c	Wed Aug 30 23:56:09 2000 +0000
+++ b/src/util.c	Thu Aug 31 00:25:25 2000 +0000
@@ -932,6 +932,7 @@
 /*	gtk_widget_set_usize(button, 75, 30);*/
 	gtk_widget_show(button);
 	gdk_pixmap_unref(pm);
+	gdk_bitmap_unref(mask);
 		
 	return button;
 }
@@ -973,6 +974,7 @@
 	gtk_widget_show(button_box);
 	gtk_widget_show(button);
 	gdk_pixmap_unref(pm);
+	gdk_bitmap_unref(mask);
 	
 	gtk_tooltips_set_tip(tips, button, text, "Gaim");	
 	return button;