diff src/util.c @ 644:b3900e312d8e

[gaim-migrate @ 654] hopefully this will reduce pixmap leaks. we'll see though committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 08 Aug 2000 22:50:18 +0000
parents 83b0caceea9a
children 650687b7ca0e
line wrap: on
line diff
--- a/src/util.c	Tue Aug 08 22:47:47 2000 +0000
+++ b/src/util.c	Tue Aug 08 22:50:18 2000 +0000
@@ -928,6 +928,7 @@
 	gtk_widget_show(button_box_3);
 	gtk_widget_show(button_box);
 	gtk_widget_show(button);
+	gdk_pixmap_unref(pm);
 		
 	return button;
 }
@@ -962,6 +963,7 @@
 	gtk_widget_show(button_box_2);
 	gtk_widget_show(button_box);
 	gtk_widget_show(button);
+	gdk_pixmap_unref(pm);
 	
 	gtk_tooltips_set_tip(tips, button, text, "Gaim");	
 	return button;